Home
last modified time | relevance | path

Searched refs:FS_GetArchiveResultCode (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/fs/
Darchive.h188 FSResult FS_GetArchiveResultCode(const void *path_or_archive);
/TwlSDK-5.1.0/build/demos.TWL/nandApp/backup/src/
Dmain.c198 FSResult res = FS_GetArchiveResultCode(path); in SaveFile()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/
Dmain.c222 FSResult res = FS_GetArchiveResultCode(path); in SaveFile()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_file.c646 FS_GetArchiveResultCode(tmppath)); in FSi_ComplementDirectory()
831 (FS_GetArchiveResultCode(tmppath) == FS_RESULT_ALREADY_DONE))) in FS_DeleteDirectoryAuto()
2386 return FS_GetPathInfo(path, info) ? FS_RESULT_SUCCESS : FS_GetArchiveResultCode(path); in FS_GetFileInfo()
Dfs_archive.c649 FSResult FS_GetArchiveResultCode(const void *path_or_archive) in FS_GetArchiveResultCode() function