Lines Matching refs:DirItems
47 DirItems(NULL), in CArchiveUpdateCallback()
191 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[ParentDirItem->SecureIndex]; in GetRootRawProp()
234 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()
244 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[di.SecureIndex]; in GetRawProp()
346 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
358 const FString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty()
378 prop = DirItems->GetLogPath(up2.DirIndex); in GetProperty()
417 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
420 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
461 name = DirItems->GetLogPath(up.DirIndex); in GetStream2()
477 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), isDir, false, mode)); in GetStream2()
501 const FString path = DirItems->GetPhyPath(up.DirIndex); in GetStream2()
506 if (DirItems->Items[up.DirIndex].AreReparseData()) in GetStream2()
595 name = DirItems->GetLogPath(up.DirIndex); in ReportOperation()
596 isDir = DirItems->Items[up.DirIndex].IsDir(); in ReportOperation()