Home
last modified time | relevance | path

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

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