Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DPeHandler.cpp170 struct CDirLink struct
172 UInt32 Va;
173 UInt32 Size;
175 CDirLink(): Va(0), Size(0) {} in CDirLink() argument
176 void Parse(const Byte *p) in Parse()