Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c293 u32 baseid = 0; in FS_CreateFile() local
294 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_CreateFile()
302 arg->baseid = baseid; in FS_CreateFile()
328 u32 baseid = 0; in FS_DeleteFile() local
329 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_DeleteFile()
337 arg->baseid = baseid; in FS_DeleteFile()
409 u32 baseid = 0; in FS_GetPathInfo() local
410 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_GetPathInfo()
418 arg->baseid = baseid; in FS_GetPathInfo()
446 u32 baseid = 0; in FS_SetPathInfo() local
[all …]