Searched refs:info (Results 1 – 1 of 1) sorted by relevance
400 BOOL FS_GetPathInfo(const char *path, FSPathInfo *info) in FS_GetPathInfo() argument405 SDK_NULL_ASSERT(info); in FS_GetPathInfo()420 arg->info = info; in FS_GetPathInfo()437 BOOL FS_SetPathInfo(const char *path, const FSPathInfo *info) in FS_SetPathInfo() argument442 SDK_NULL_ASSERT(info); in FS_SetPathInfo()457 arg->info = (FSPathInfo*)info; //info->attributes��FATFS_PROPERTY_CTRL_MASK�Ƃ����� in FS_SetPathInfo()641 FSPathInfo info[1]; in FSi_ComplementDirectory() local644 exists = FS_GetPathInfo(tmppath, info); in FSi_ComplementDirectory()657 if ((info->attributes & FS_ATTRIBUTE_IS_DIRECTORY) == 0) in FSi_ComplementDirectory()848 FSDirectoryEntryInfo info[1]; in FS_DeleteDirectoryAuto() local[all …]