Home
last modified time | relevance | path

Searched defs: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()
320 BOOL FS_DeleteFile(const char *path) in FS_DeleteFile()
400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo()
437 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info) in FS_SetPathInfo()
474 BOOL FS_CreateDirectory(const char *path, u32 permit) in FS_CreateDirectory()
509 BOOL FS_DeleteDirectory(const char *path) in FS_DeleteDirectory()
590 static BOOL FSi_GetFullPath(char *dst, const char *path) in FSi_GetFullPath()
621 static BOOL FSi_ComplementDirectory(const char *path, char *autogen) in FSi_ComplementDirectory()
718 BOOL FS_CreateFileAuto(const char *path, u32 permit) in FS_CreateFileAuto()
743 BOOL FS_DeleteFileAuto(const char *path) in FS_DeleteFileAuto()
[all …]