Home
last modified time | relevance | path

Searched refs:FS_COMMAND_GETPATH (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_mem.c87 case FS_COMMAND_GETPATH: in FSi_MemArchiveProc()
Dfs_archive.c216 case FS_COMMAND_GETPATH: in FSi_InvokeCommand()
Dfs_proc_default.c986 result = FSi_TranslateCommand(file, FS_COMMAND_GETPATH, TRUE); in FSi_ROMFAT_GetPath()
Dfs_file.c1166 retval = FSi_SendCommand(file, FS_COMMAND_GETPATH, TRUE); in FS_GetPathName()
/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h145 #define FS_COMMAND_GETPATH 5UL macro
Dromfat.h62 #define FS_ARCHIVE_PROC_GETPATH (1 << FS_COMMAND_GETPATH)
/TwlSDK-5.1.0/build/demos/fs/arc-2/src/
Dmain.c208 case FS_COMMAND_GETPATH: in CustomRom_ArchiveProc()