Home
last modified time | relevance | path

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

/reactos/base/shell/cmd/
H A Ddel.c69 ATTR_ARCHIVE = 0x001, /* /A:A */ enumerator
208 if (dwAttrFlags & ATTR_ARCHIVE && !(f.dwFileAttributes & FILE_ATTRIBUTE_ARCHIVE)) in DeleteFiles()
455 dwAttrFlags |= ATTR_ARCHIVE; in CommandDelete()
/reactos/boot/freeldr/freeldr/include/fs/
H A Dfat.h164 #define ATTR_ARCHIVE 0x20 macro