Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c212 static u16* FSi_AllocUnicodeFullPath(FSFATFSArchiveContext *context, const char *relpath) in FSi_AllocUnicodeFullPath() function
512 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_GetPathInfo()
560 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_SetPathInfo()
606 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_CreateFile()
649 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_DeleteFile()
683 u16 *src = FSi_AllocUnicodeFullPath(context, relpath_src); in FSi_FATFS_RenameFile()
684 u16 *dst = FSi_AllocUnicodeFullPath(context, relpath_dst); in FSi_FATFS_RenameFile()
726 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_CreateDirectory()
769 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_DeleteDirectory()
803 u16 *src = FSi_AllocUnicodeFullPath(context, relpath_src); in FSi_FATFS_RenameDirectory()
[all …]