Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fs/
Darchive.h74 FSResult (*SetFileLength)(struct FSArchive*, struct FSFile*, u32 length); member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive.c293 FS_INVOKE_METHOD_(SetFileLength, arc, file, arg->length); in FSi_InvokeCommand()