Home
last modified time | relevance | path

Searched refs:result (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c720 BOOL result = FALSE; in FS_CreateFileAuto() local
725 result = FS_CreateFile(path, permit); in FS_CreateFileAuto()
726 if (!result) in FS_CreateFileAuto()
731 return result; in FS_CreateFileAuto()
762 BOOL result = FALSE; in FS_RenameFileAuto() local
767 result = FS_RenameFile(src, dst); in FS_RenameFileAuto()
768 if (!result) in FS_RenameFileAuto()
773 return result; in FS_RenameFileAuto()
788 BOOL result = FALSE; in FS_CreateDirectoryAuto() local
793 result = FS_CreateDirectory(path, permit); in FS_CreateDirectoryAuto()
[all …]
/TwlSDK-5.4.5/build/tools/makelcf/
Dspec.l321 int result;
330 result = spec_yyparse();
332 if ( result ) return 1;
/TwlSDK-5.4.5/build/tools/makelcf.TWL/
Dspec.l242 int result;
251 result = spec_yyparse();
253 if ( result ) return 1;
/TwlSDK-5.4.5/build/libraries/os/common/src/
Dos_reset.c346 BOOL result = TRUE; in OSi_VerifyStaticSegments() local
397 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()
399 result &= OSi_VerifyStaticSegmentHash(address, size, compareDigests[i]); in OSi_VerifyStaticSegments()
404 while (result == FALSE) in OSi_VerifyStaticSegments()