Home
last modified time | relevance | path

Searched refs:FS_ATTRIBUTE_IS_DIRECTORY (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/demos/fs/explorer/src/
Dmain.c105 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()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/backup/src/
Dmain.c309 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()
/TwlSDK-5.1.0/build/demos.TWL/nandApp/other_backup/src/
Dmain.c328 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()
/TwlSDK-5.1.0/include/nitro/fs/
Dtypes.h83 #define FS_ATTRIBUTE_IS_DIRECTORY 0x00000100UL macro
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOHostio.c309 info->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in DEMOi_HIO_GetPathInfo()
727 info->attributes |= FS_ATTRIBUTE_IS_DIRECTORY; in DEMOi_HIO_ReadDirectory()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_archive_fatfs.c525 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()
Dfs_file.c657 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()
Dfs_proc_default.c871 info->attributes = FS_ATTRIBUTE_IS_DIRECTORY; in FSi_ROMFAT_ReadDirectory()
1338 info->attributes = FS_ATTRIBUTE_IS_DIRECTORY; in FSi_ROMFAT_GetPathInfo()