Searched refs:target_id (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.4/build/libraries/fs/common/include/ |
| D | command.h | 71 u32 target_id; member
|
| /TwlSDK-5.4/include/nitro/fs/ |
| D | archive.h | 45 …FSResult (*FindPath)(struct FSArchive*, u32 base_dir_id, const char *path, u32 *target_id, BOOL ta…
|
| /TwlSDK-5.4/build/libraries/fs/common/src/ |
| D | fs_archive.c | 214 …FS_INVOKE_METHOD_(FindPath, arc, arg->baseid, arg->relpath, &arg->target_id, arg->target_is_direct… in FSi_InvokeCommand() 728 current_dir_pos.own_id = (u16)arg->target_id; in FS_SetCurrentDirectory()
|
| D | fs_proc_default.c | 911 …ROMFAT_FindPath(FSArchive *arc, u32 base_dir_id, const char *path, u32 *target_id, BOOL target_is_… in FSi_ROMFAT_FindPath() argument 942 *target_id = id.dir.own_id; in FSi_ROMFAT_FindPath() 946 *target_id = id.file.file_id; in FSi_ROMFAT_FindPath()
|
| D | fs_file.c | 1224 p_fileid->file_id = arg->target_id; in FS_ConvertPathToFileID()
|