Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/Iso/
DIsoItem.h68 struct CDirRecord struct
81 bool AreMultiPartEqualWith(const CDirRecord &a) const in AreMultiPartEqualWith() argument
88 bool IsDir() const { return (FileFlags & NFileFlags::kDirectory) != 0; } in IsDir()
89 bool IsNonFinalExtent() const { return (FileFlags & NFileFlags::kNonFinalExtent) != 0; } in IsNonFinalExtent()
91 bool IsSystemItem() const in IsSystemItem()
100 const Byte* FindSuspRecord(unsigned skipSize, Byte id0, Byte id1, unsigned &lenRes) const in FindSuspRecord()
126 const Byte* GetNameCur(bool checkSusp, unsigned skipSize, unsigned &nameLenRes) const in GetNameCur()
151 bool GetSymLink(unsigned skipSize, AString &link) const in GetSymLink()
210 static bool GetLe32Be32(const Byte *p, UInt32 &dest) in GetLe32Be32()
223 bool GetPx(unsigned skipSize, unsigned pxType, UInt32 &val) const in GetPx()
[all …]