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()1428 u16 *unipath = NULL; in FSi_FATFS_OpenDirectory() local1433 unipath = (u16 *)path; in FSi_FATFS_OpenDirectory()1441 unipath = fpath; in FSi_FATFS_OpenDirectory()1446 if (*unipath) in FSi_FATFS_OpenDirectory()1449 for (pos = 0; unipath[pos]; ++pos) in FSi_FATFS_OpenDirectory()[all …]