Home
last modified time | relevance | path

Searched refs:FS_SetFileHandle (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/include/nitro/fs/
Dfile.h211 SDK_INLINE void FS_SetFileHandle(FSFile *file, FSArchive *arc, void *userdata) in FS_SetFileHandle() function
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c477 FS_SetFileHandle(file, arc, (void *)handle); in DEMOi_HIO_OpenFile()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c1017 FS_SetFileHandle(file, arc, &file->prop); in FSi_ROMFAT_OpenFileFast()
1046 FS_SetFileHandle(file, arc, &file->prop); in FSi_ROMFAT_OpenFileDirect()
Dfs_archive_fatfs.c940 FS_SetFileHandle(file, arc, (void*)handle); in FSi_FATFS_OpenFile()