Home
last modified time | relevance | path

Searched refs:CAB_ATTRIB_READONLY (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/tools/cabman/
H A Dcabman.cxx149 if (Attr & CAB_ATTRIB_READONLY) in Attr2Str()
H A Dcabinet.h127 #define CAB_ATTRIB_READONLY 0x0001 macro
H A Dcabinet.cxx2953 File->File.Attributes |= CAB_ATTRIB_READONLY; in GetAttributesOnFile()
/reactos/base/setup/usetup/spapisup/
H A Dcabinet.c63 #define CAB_ATTRIB_READONLY 0x0001 macro
441 if (File->Attributes & CAB_ATTRIB_READONLY) in SetAttributesOnFile()