Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c916 const u16 *unipath = NULL; in FSi_FATFS_OpenFile() local
921 unipath = (const u16 *)path; in FSi_FATFS_OpenFile()
929 unipath = fpath; in FSi_FATFS_OpenFile()
931 if (FSi_UsingInvalidCharacterW(unipath)) in FSi_FATFS_OpenFile()
937 handle = FATFS_OpenFileW(unipath, modestring); in FSi_FATFS_OpenFile()
1387 u16 *unipath = NULL; in FSi_FATFS_OpenDirectory() local
1392 unipath = (u16 *)path; in FSi_FATFS_OpenDirectory()
1400 unipath = fpath; in FSi_FATFS_OpenDirectory()
1405 if (*unipath) in FSi_FATFS_OpenDirectory()
1408 for (pos = 0; unipath[pos]; ++pos) in FSi_FATFS_OpenDirectory()
[all …]