Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_proc_default.c260 const char *path = p_dir->arg.findpath.path; in FSi_FindPathDefault()
261 const BOOL is_dir = p_dir->arg.findpath.find_directory; in FSi_FindPathDefault()
264 p_dir->arg.seekdir.pos = p_dir->arg.findpath.pos; in FSi_FindPathDefault()
339 *p_dir->arg.findpath.result.file = etr.file_id; in FSi_FindPathDefault()
353 *p_dir->arg.findpath.result.dir = p_dir->prop.dir.pos; in FSi_FindPathDefault()
923 tmp->arg.findpath.pos.arc = arc; in FSi_ROMFAT_FindPath()
924 tmp->arg.findpath.pos.own_id = (u16)(base_dir_id >> 0); in FSi_ROMFAT_FindPath()
925 tmp->arg.findpath.pos.index = 0; in FSi_ROMFAT_FindPath()
926 tmp->arg.findpath.pos.pos = 0; in FSi_ROMFAT_FindPath()
927 tmp->arg.findpath.path = path; in FSi_ROMFAT_FindPath()
[all …]
/TwlSDK-5.4/include/nitro/fs/
Dromfat.h221 FSFindPathInfo findpath; member