Home
last modified time | relevance | path

Searched defs:CIcbTag (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Udf/
H A DUdfIn.h269 struct CIcbTag struct
275 Byte FileType;
277 UInt16 Flags;
279 bool IsDir() const { return FileType == ICB_FILE_TYPE_DIR; } in IsDir()
280 int GetDescriptorType() const { return Flags & 3; } in GetDescriptorType()