Home
last modified time | relevance | path

Searched refs:FAT_ATTRIB_DIR (Results 1 – 2 of 2) sorted by relevance

/external/grub/stage2/
Dfsys_fat.c296 int attrib = FAT_ATTRIB_DIR; in fat_dir()
321 if (attrib & FAT_ATTRIB_DIR) in fat_dir()
335 if (!(attrib & FAT_ATTRIB_DIR)) in fat_dir()
Dfat.h77 #define FAT_ATTRIB_DIR 0x10 macro