Searched refs:FSi_ROMFAT_FindPath (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_proc_default.c | 911 static FSResult FSi_ROMFAT_FindPath(FSArchive *arc, u32 base_dir_id, const char *path, u32 *target_… in FSi_ROMFAT_FindPath() function 1142 result = FSi_ROMFAT_FindPath(arc, baseid, path, &fileid, FALSE); in FSi_ROMFAT_OpenFile() 1291 result = FSi_ROMFAT_FindPath(arc, baseid, path, &id, TRUE); in FSi_ROMFAT_OpenDirectory() 1335 if (FSi_ROMFAT_FindPath(arc, baseid, path, &id, TRUE) == FS_RESULT_SUCCESS) in FSi_ROMFAT_GetPathInfo() 1341 else if (FSi_ROMFAT_FindPath(arc, baseid, path, &id, FALSE) == FS_RESULT_SUCCESS) in FSi_ROMFAT_GetPathInfo() 1554 FSi_ROMFAT_FindPath,
|