Searched refs:FSPathInfo (Results 1 – 8 of 8) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/fs/common/include/ |
| D | command.h | 177 FSPathInfo *info; 185 FSPathInfo *info;
|
| /TwlSDK-5.1.0/include/nitro/fs/ |
| D | file.h | 342 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info); 354 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info); 925 typedef FSPathInfo FSFileInfo;
|
| D | types.h | 265 typedef struct FSPathInfo struct 274 FSPathInfo; argument
|
| D | archive.h | 66 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/ |
| D | fs_file.c | 400 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()
|
| D | fs_archive_fatfs.c | 507 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()
|
| D | fs_proc_default.c | 1330 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/ |
| D | DEMOHostio.c | 295 static FSResult DEMOi_HIO_GetPathInfo(FSArchive *arc, u32 baseid, const char *relpath, FSPathInfo *… in DEMOi_HIO_GetPathInfo()
|