Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fs/
Dfile.h284 BOOL FS_GetPathName(FSFile *file, char *buffer, u32 length);
/TwlSDK-5.4/build/demos/mb/multiboot-wfs/child/src/
Dchild.c120 if (FS_GetPathName(&f, file_path[file_max], sizeof(*file_path))) in CreateFileList()
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_file.c1154 BOOL FS_GetPathName(FSFile *file, char *buffer, u32 length) in FS_GetPathName() function
1183 if (FS_GetPathName(file, NULL, 0)) in FS_GetPathLength()