Searched refs:unipath (Results 1 – 1 of 1) sorted by relevance
916 const u16 *unipath = NULL; in FSi_FATFS_OpenFile() local921 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() local1392 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 …]