Lines Matching refs:DirItems
36 DirItems(0), in CArchiveUpdateCallback()
171 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[ParentDirItem->SecureIndex]; in GetRootRawProp()
216 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()
226 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[di.SecureIndex]; in GetRawProp()
328 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
339 const UString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty()
359 prop = DirItems->GetLogPath(up2.DirIndex); in GetProperty()
394 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
397 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
436 name = DirItems->GetLogPath(up.DirIndex); in GetStream()
452 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), false)); in GetStream()
470 const UString path = DirItems->GetPhyPath(up.DirIndex); in GetStream()
473 if (DirItems->Items[up.DirIndex].AreReparseData()) in GetStream()