Searched refs:infow (Results 1 – 1 of 1) sorted by relevance
1532 FSDirectoryEntryInfoW *infow = (FSDirectoryEntryInfoW *)info; in FSi_FATFS_ReadDirectory() local1533 infow->shortname_length = (u32)STD_GetStringLength(tmp->shortname); in FSi_FATFS_ReadDirectory()1534 (void)STD_CopyLString(infow->shortname, tmp->shortname, sizeof(infow->shortname)); in FSi_FATFS_ReadDirectory()1539 infow->longname[n] = tmp->longname[n]; in FSi_FATFS_ReadDirectory()1541 infow->longname[n] = L'\0'; in FSi_FATFS_ReadDirectory()1542 infow->longname_length = (u32)n; in FSi_FATFS_ReadDirectory()1544 infow->attributes = tmp->attributes; in FSi_FATFS_ReadDirectory()1547 infow->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in FSi_FATFS_ReadDirectory()1549 infow->filesize = tmp->length; in FSi_FATFS_ReadDirectory()1550 FSi_DostimeToFstime(&infow->atime, tmp->dos_atime); in FSi_FATFS_ReadDirectory()[all …]