Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c292 char relpath[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_CreateFile() local
294 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_CreateFile()
303 arg->relpath = relpath; in FS_CreateFile()
327 char relpath[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_DeleteFile() local
329 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_DeleteFile()
338 arg->relpath = relpath; in FS_DeleteFile()
408 char relpath[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_GetPathInfo() local
410 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_GetPathInfo()
419 arg->relpath = relpath; in FS_GetPathInfo()
445 char relpath[FS_ARCHIVE_FULLPATH_MAX + 1]; in FS_SetPathInfo() local
[all …]