Searched refs:FS_GetPathInfo (Results 1 – 2 of 2) sorted by relevance
342 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info);
400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo() function644 exists = FS_GetPathInfo(tmppath, info); in FSi_ComplementDirectory()1385 if (FS_GetPathInfo(path, &info) && in FS_GetSeekCacheSize()2386 return FS_GetPathInfo(path, info) ? FS_RESULT_SUCCESS : FS_GetArchiveResultCode(path); in FS_GetFileInfo()