Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c278 const char *path = p_dir->arg.findpath.path; in FSi_FindPathDefault()
279 const BOOL is_dir = p_dir->arg.findpath.find_directory; in FSi_FindPathDefault()
282 p_dir->arg.seekdir.pos = p_dir->arg.findpath.pos; in FSi_FindPathDefault()
357 *p_dir->arg.findpath.result.file = etr.file_id; in FSi_FindPathDefault()
371 *p_dir->arg.findpath.result.dir = p_dir->prop.dir.pos; in FSi_FindPathDefault()
936 tmp->arg.findpath.pos.arc = arc; in FSi_ROMFAT_FindPath()
937 tmp->arg.findpath.pos.own_id = (u16)(base_dir_id >> 0); in FSi_ROMFAT_FindPath()
938 tmp->arg.findpath.pos.index = 0; in FSi_ROMFAT_FindPath()
939 tmp->arg.findpath.pos.pos = 0; in FSi_ROMFAT_FindPath()
940 tmp->arg.findpath.path = path; in FSi_ROMFAT_FindPath()
[all …]
/TwlSDK-5.1.0/include/nitro/fs/
Dromfat.h221 FSFindPathInfo findpath; member