Home
last modified time | relevance | path

Searched refs:SeekFile (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/fs/
Darchive.h56 FSResult (*SeekFile)(struct FSArchive*, struct FSFile*, int *offset, FSSeekFileMode from); member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive.c244 FS_INVOKE_METHOD_(SeekFile, arc, file, &arg->offset, arg->from); in FSi_InvokeCommand()