Lines Matching refs:DirItems
89 DirItems(NULL),
229 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[(unsigned)ParentDirItem->SecureIndex];
270 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
280 const CByteBuffer &buf = DirItems->SecureBlocks.Bufs[(unsigned)di.SecureIndex];
385 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
398 const FString phyPath = DirItems->GetPhyPath((unsigned)up.DirIndex);
436 prop = DirItems->GetLogPath((unsigned)up2.DirIndex);
475 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
478 case kpidPath: prop = DirItems->GetLogPath((unsigned)up.DirIndex); break;
522 prop = DirItems->OwnerNameMap.Strings[(unsigned)di.OwnerNameIndex];
526 prop = DirItems->OwnerGroupMap.Strings[(unsigned)di.OwnerGroupIndex];
570 name = DirItems->GetLogPath((unsigned)up.DirIndex);
586 RINOK(Callback->GetStream(DirItems->GetLogPath((unsigned)up.DirIndex), isDir, false, mode))
604 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex];
650 inStreamSpec->OwnerName = DirItems->OwnerNameMap.Strings[(unsigned)di.OwnerNameIndex];
652 inStreamSpec->OwnerGroup = DirItems->OwnerGroupMap.Strings[(unsigned)di.OwnerGroupIndex];
661 const FString path = DirItems->GetPhyPath((unsigned)up.DirIndex);
785 name = DirItems->GetLogPath((unsigned)up.DirIndex);
786 isDir = DirItems->Items[(unsigned)up.DirIndex].IsDir();
847 s2 = DirItems->GetLogPath(up.DirIndex);