Home
last modified time | relevance | path

Searched refs:FS_GetPathInfo (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/fs/
Dfile.h342 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info);
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo() function
644 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()