Home
last modified time | relevance | path

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

/TwlSDK-5.4.5/build/libraries/fs/common/src/
Dfs_file.c285 BOOL FS_CreateFile(const char *path, u32 permit) in FS_CreateFile() argument
288 FS_DEBUG_TRACE( "%s(%s)\n", __FUNCTION__, path); in FS_CreateFile()
289 SDK_NULL_ASSERT(path); in FS_CreateFile()
294 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_CreateFile()
320 BOOL FS_DeleteFile(const char *path) in FS_DeleteFile() argument
323 FS_DEBUG_TRACE( "%s(%s)\n", __FUNCTION__, path); in FS_DeleteFile()
324 SDK_NULL_ASSERT(path); in FS_DeleteFile()
329 FSArchive *arc = FS_NormalizePath(path, &baseid, relpath); in FS_DeleteFile()
400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo() argument
404 SDK_NULL_ASSERT(path); in FS_GetPathInfo()
[all …]