Searched refs:FS_GetArchiveResultCode (Results 1 – 5 of 5) sorted by relevance
188 FSResult FS_GetArchiveResultCode(const void *path_or_archive);
198 FSResult res = FS_GetArchiveResultCode(path); in SaveFile()
222 FSResult res = FS_GetArchiveResultCode(path); in SaveFile()
646 FS_GetArchiveResultCode(tmppath)); in FSi_ComplementDirectory()831 (FS_GetArchiveResultCode(tmppath) == FS_RESULT_ALREADY_DONE))) in FS_DeleteDirectoryAuto()2390 return FS_GetPathInfo(path, info) ? FS_RESULT_SUCCESS : FS_GetArchiveResultCode(path); in FS_GetFileInfo()
656 FSResult FS_GetArchiveResultCode(const void *path_or_archive) in FS_GetArchiveResultCode() function