Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/fs/
Dromfat.h222 FSGetPathInfo getpath; member
/TwlSDK-5.5/build/libraries/fs/common/src/
Dfs_proc_default.c372 FSGetPathInfo *p_info = &file->arg.getpath; in FSi_GetPathDefault()
969 arg->getpath.total_len = 0; in FSi_ROMFAT_GetPath()
970 arg->getpath.dir_id = 0; in FSi_ROMFAT_GetPath()
971 arg->getpath.buf = (u8 *)buffer; in FSi_ROMFAT_GetPath()
972 arg->getpath.buf_len = *length; in FSi_ROMFAT_GetPath()
976 *length = arg->getpath.buf_len; in FSi_ROMFAT_GetPath()
Dfs_file.c1185 retval = file->arg.getpath.total_len; in FS_GetPathLength()