Lines Matching defs:path
335 static BOOL FSi_UsingInvalidCharacterW(const u16 *path) in FSi_UsingInvalidCharacterW()
512 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_GetPathInfo() local
560 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_SetPathInfo() local
606 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_CreateFile() local
649 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_DeleteFile() local
726 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_CreateDirectory() local
769 u16 *path = FSi_AllocUnicodeFullPath(context, relpath); in FSi_FATFS_DeleteDirectory() local
845 u16 *path = FSi_AllocUnicodeFullPath(context, "/"); in FSi_FATFS_GetArchiveResource() local
889 static FSResult FSi_FATFS_OpenFile(FSArchive *arc, FSFile *file, u32 baseid, const char *path, u32 … in FSi_FATFS_OpenFile()
1405 static FSResult FSi_FATFS_OpenDirectory(FSArchive *arc, FSFile *file, u32 baseid, const char *path,… in FSi_FATFS_OpenDirectory()
1750 FSResult FSi_FormatSpecialArchive(const char *path) in FSi_FormatSpecialArchive()