Home
last modified time | relevance | path

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

/third_party/exfatprogs/include/
Dexfat_ondisk.h74 #define ATTR_ARCHIVE 0x0020 macro
78 #define ATTR_EXTEND_MASK (ATTR_EXTEND | ATTR_SUBDIR | ATTR_ARCHIVE)
80 ATTR_SUBDIR | ATTR_ARCHIVE)
/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddir.c63 #define ATTR_ARCHIVE 0x20 /* file is new or modified */ macro