Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/fs/
Darchive.h45 …FSResult (*FindPath)(struct FSArchive*, u32 base_dir_id, const char *path, u32 *target_id, BOOL ta… member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive.c214 …FS_INVOKE_METHOD_(FindPath, arc, arg->baseid, arg->relpath, &arg->target_id, arg->target_is_direct… in FSi_InvokeCommand()
709 if (arc->vtbl->FindPath != NULL) in FS_SetCurrentDirectory()