Home
last modified time | relevance | path

Searched refs:getpath (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/include/nitro/fs/
Dromfat.h222 FSGetPathInfo getpath; member
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c391 FSGetPathInfo *p_info = &file->arg.getpath; in FSi_GetPathDefault()
982 arg->getpath.total_len = 0; in FSi_ROMFAT_GetPath()
983 arg->getpath.dir_id = 0; in FSi_ROMFAT_GetPath()
984 arg->getpath.buf = (u8 *)buffer; in FSi_ROMFAT_GetPath()
985 arg->getpath.buf_len = *length; in FSi_ROMFAT_GetPath()
989 *length = arg->getpath.buf_len; in FSi_ROMFAT_GetPath()
Dfs_file.c1185 retval = file->arg.getpath.total_len; in FS_GetPathLength()