Lines Matching refs:infow
1532 FSDirectoryEntryInfoW *infow = (FSDirectoryEntryInfoW *)info; in FSi_FATFS_ReadDirectory() local
1533 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()
1551 FSi_DostimeToFstime(&infow->mtime, tmp->dos_mtime); in FSi_FATFS_ReadDirectory()
1552 FSi_DostimeToFstime(&infow->ctime, tmp->dos_ctime); in FSi_FATFS_ReadDirectory()