Searched refs:FS_ATTRIBUTE_IS_DIRECTORY (Results 1 – 8 of 8) sorted by relevance
105 p->attributes = FS_ATTRIBUTE_IS_DIRECTORY; in CommandLS()199 if ((explorer->entry[cursor].attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0) in NitroMain()304 BOOL is_dir = ((p->attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0); in NitroMain()
309 if(entry.attributes & FS_ATTRIBUTE_IS_DIRECTORY) in DeleteData()407 if(!(entry.attributes & FS_ATTRIBUTE_IS_DIRECTORY)) in ReadData()506 if( (entry.attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0 ) in PrintTree()
328 if(entry.attributes & FS_ATTRIBUTE_IS_DIRECTORY) in DeleteData()426 if(!(entry.attributes & FS_ATTRIBUTE_IS_DIRECTORY)) in ReadData()522 if( (entry.attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0 ) in PrintTree()
83 #define FS_ATTRIBUTE_IS_DIRECTORY 0x00000100UL macro
309 info->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in DEMOi_HIO_GetPathInfo()727 info->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in DEMOi_HIO_ReadDirectory()
525 info->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in FSi_FATFS_GetPathInfo()1506 infow->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in FSi_FATFS_ReadDirectory()1531 infoa->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in FSi_FATFS_ReadDirectory()
657 if ((info->attributes & FS_ATTRIBUTE_IS_DIRECTORY) == 0) in FSi_ComplementDirectory()855 if ((info->attributes & FS_ATTRIBUTE_IS_DIRECTORY) == 0) in FS_DeleteDirectoryAuto()1386 ((info.attributes & FS_ATTRIBUTE_IS_DIRECTORY) == 0)) in FS_GetSeekCacheSize()2266 else if ((info->attributes & FS_ATTRIBUTE_IS_DIRECTORY) != 0) in FSi_ConvertToDirEntry()
871 info->attributes = FS_ATTRIBUTE_IS_DIRECTORY; in FSi_ROMFAT_ReadDirectory()1338 info->attributes = FS_ATTRIBUTE_IS_DIRECTORY; in FSi_ROMFAT_GetPathInfo()