Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.h16 struct CDir: public CDirRecord struct
18 CDir *Parent; argument
19 CObjectVector<CDir> _subItems; argument
32 const CDir *cur = this; in GetPath() argument
71 const CDir *cur = this; in GetPathU() argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Wim/
H A DWimHandlerOut.cpp184 struct CDir struct
186 int MetaIndex;
187 CObjectVector<CDir> Dirs;
188 CUIntVector Files; // indexes in MetaItems[]
190 CDir(): MetaIndex(-1) {} in CDir() function