Lines Matching refs:DirIndex
261 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetRawProp()
374 if (up.DirIndex >= 0) in GetProperty()
376 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetProperty()
389 const FString phyPath = DirItems->GetPhyPath((unsigned)up.DirIndex); in GetProperty()
427 prop = DirItems->GetLogPath((unsigned)up2.DirIndex); in GetProperty()
431 if (up.DirIndex >= 0) in GetProperty()
466 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetProperty()
469 case kpidPath: prop = DirItems->GetLogPath((unsigned)up.DirIndex); break; in GetProperty()
551 else if (up.DirIndex >= 0) in GetStream2()
552 name = DirItems->GetLogPath((unsigned)up.DirIndex); in GetStream2()
568 RINOK(Callback->GetStream(DirItems->GetLogPath((unsigned)up.DirIndex), isDir, false, mode)); in GetStream2()
586 const CDirItem &di = DirItems->Items[(unsigned)up.DirIndex]; in GetStream2()
603 UpdateProcessedItemStatus((unsigned)up.DirIndex); in GetStream2()
642 const FString path = DirItems->GetPhyPath((unsigned)up.DirIndex); in GetStream2()
705 UpdateProcessedItemStatus((unsigned)up.DirIndex); in GetStream2()
746 name = DirItems->GetLogPath((unsigned)up.DirIndex); in ReportOperation()
747 isDir = DirItems->Items[(unsigned)up.DirIndex].IsDir(); in ReportOperation()