Searched refs:infow (Results 1 – 1 of 1) sorted by relevance
1491 FSDirectoryEntryInfoW *infow = (FSDirectoryEntryInfoW *)info; in FSi_FATFS_ReadDirectory() local1492 infow->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()1493 (void)STD_CopyLString(infow->shortname, tmp->shortname, sizeof(infow->shortname)); in FSi_FATFS_ReadDirectory()1498 infow->longname[n] = tmp->longname[n]; in FSi_FATFS_ReadDirectory()1500 infow->longname[n] = L'\0'; in FSi_FATFS_ReadDirectory()1501 infow->longname_length = (u32)n; in FSi_FATFS_ReadDirectory()1503 infow->attributes = tmp->attributes; in FSi_FATFS_ReadDirectory()1506 infow->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in FSi_FATFS_ReadDirectory()1508 infow->filesize = tmp->length; in FSi_FATFS_ReadDirectory()1509 FSi_DostimeToFstime(&infow->atime, tmp->dos_atime); in FSi_FATFS_ReadDirectory()[all …]