Lines Matching refs:infow
1491 FSDirectoryEntryInfoW *infow = (FSDirectoryEntryInfoW *)info; in FSi_FATFS_ReadDirectory() local
1492 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()
1510 FSi_DostimeToFstime(&infow->mtime, tmp->dos_mtime); in FSi_FATFS_ReadDirectory()
1511 FSi_DostimeToFstime(&infow->ctime, tmp->dos_ctime); in FSi_FATFS_ReadDirectory()