Searched defs:CDir (Results 1 – 2 of 2) sorted by relevance
16 struct CDir: public CDirRecord struct18 CDir *Parent; argument19 CObjectVector<CDir> _subItems; argument32 const CDir *cur = this; in GetPath() argument71 const CDir *cur = this; in GetPathU() argument
184 struct CDir struct186 int MetaIndex;187 CObjectVector<CDir> Dirs;188 CUIntVector Files; // indexes in MetaItems[]190 CDir(): MetaIndex(-1) {} in CDir() function