Searched refs:result (Results 1 – 4 of 4) sorted by relevance
720 BOOL result = FALSE; in FS_CreateFileAuto() local725 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() local767 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() local793 result = FS_CreateDirectory(path, permit); in FS_CreateDirectoryAuto()[all …]
321 int result;330 result = spec_yyparse();332 if ( result ) return 1;
242 int result;251 result = spec_yyparse();253 if ( result ) return 1;
346 BOOL result = TRUE; in OSi_VerifyStaticSegments() local397 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()