Home
last modified time | relevance | path

Searched refs:FSPathInfo (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/libraries/fs/common/include/
Dcommand.h177 FSPathInfo *info;
185 FSPathInfo *info;
/TwlSDK-5.1.0/include/nitro/fs/
Dfile.h342 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info);
354 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info);
925 typedef FSPathInfo FSFileInfo;
Dtypes.h265 typedef struct FSPathInfo struct
274 FSPathInfo; argument
Darchive.h66 FSResult (*GetPathInfo)(struct FSArchive*, u32 baseid, const char *relpath, FSPathInfo *info);
67 FSResult (*SetPathInfo)(struct FSArchive*, u32 baseid, const char *relpath, 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()
437 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info) in FS_SetPathInfo()
457 … arg->info = (FSPathInfo*)info; //In order to drop FATFS_PROPERTY_CTRL_MASK of info->attributes in FS_SetPathInfo()
641 FSPathInfo info[1]; in FSi_ComplementDirectory()
1384 FSPathInfo info; in FS_GetSeekCacheSize()
Dfs_archive_fatfs.c507 static FSResult FSi_FATFS_GetPathInfo(FSArchive *arc, u32 baseid, const char *relpath, FSPathInfo *… in FSi_FATFS_GetPathInfo()
555 static FSResult FSi_FATFS_SetPathInfo(FSArchive *arc, u32 baseid, const char *relpath, FSPathInfo *… in FSi_FATFS_SetPathInfo()
Dfs_proc_default.c1330 static FSResult FSi_ROMFAT_GetPathInfo(FSArchive *arc, u32 baseid, const char *path, FSPathInfo *in… in FSi_ROMFAT_GetPathInfo()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c295 static FSResult DEMOi_HIO_GetPathInfo(FSArchive *arc, u32 baseid, const char *relpath, FSPathInfo *… in DEMOi_HIO_GetPathInfo()