Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/
H A DRarHandler.h36 bool IsCommented() const { return (Flags & NHeader::NArchive::kComment) != 0; } in IsCommented() function
H A DRarItem.h49 bool IsCommented() const { return (Flags & NHeader::NFile::kComment) != 0; } in IsCommented() function