Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/
H A DCabItem.h36 …UInt32 GetWinAttrib() const { return (UInt32)Attributes & ~(UInt32)NHeader::kFileNameIsUtf8_Mask; } in GetWinAttrib()
37 bool IsNameUTF() const { return (Attributes & NHeader::kFileNameIsUtf8_Mask) != 0; } in IsNameUTF()
H A DCabHeader.h30 const unsigned kFileNameIsUtf8_Mask = 0x80; variable