Searched refs:sFindInDir (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/zipfile/ |
| D | zipfile.c | 778 static int sFindInDir(ZIPPED_DIR *apDir, char const *apPath, ZIPPED_FILE **apRetEntryPtr) in sFindInDir() function 826 err = sFindInDir(pSubDir, apPath + partLen + 1, apRetEntryPtr); in sFindInDir() 841 return sFindInDir(apDir, apFileName, apRetFilePtr); in ZIPFILE_Find()
|
| /CafeSDK-2.12.13-1/system/src/lib/szfile/ |
| D | szfile.c | 626 static int sFindInDir(SZFILE_DIR *apDir, char const *apPath, SZFILE_ENTRY **apRetEntryPtr) in sFindInDir() function 674 err = sFindInDir(pSubDir, apPath + partLen + 1, apRetEntryPtr); in sFindInDir() 689 return sFindInDir(apArc->mpRootDir, apFileName, apRetEntryPtr); in SZFILE_FindInArc()
|