• Home
  • Raw
  • Download

Lines Matching refs:up

117   const CUpdatePair2 &up = (*UpdatePairs)[index];  in GetUpdateItemInfo()  local
118 if (newData) *newData = BoolToInt(up.NewData); in GetUpdateItemInfo()
119 if (newProps) *newProps = BoolToInt(up.NewProps); in GetUpdateItemInfo()
123 if (up.ExistInArchive()) in GetUpdateItemInfo()
124 *indexInArchive = (ArcItems == 0) ? up.ArcIndex : (*ArcItems)[up.ArcIndex].IndexInServer; in GetUpdateItemInfo()
217 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetRawProp() local
218 if (up.UseArcProps && up.ExistInArchive() && Arc->GetRawProps) in GetRawProp()
220 ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, in GetRawProp()
227 if (up.IsAnti) in GetRawProp()
231 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetRawProp()
320 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetProperty() local
323 if (up.NewData) in GetProperty()
340 if (up.DirIndex >= 0) in GetProperty()
343 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
354 const FString phyPath = DirItems->GetPhyPath(up.DirIndex); in GetProperty()
378 if (up.DirIndex >= 0) in GetProperty()
386 if (up.IsAnti in GetProperty()
397 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty()
398 prop = (*NewNames)[up.NewNameIndex]; in GetProperty()
399 else if (propID == kpidShortName && up.NewNameIndex >= 0 && up.IsMainRenameItem) in GetProperty()
403 …else if ((up.UseArcProps || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltSt… in GetProperty()
404 && up.ExistInArchive() && Archive) in GetProperty()
405 …return Archive->GetProperty(ArcItems ? (*ArcItems)[up.ArcIndex].IndexInServer : up.ArcIndex, propI… in GetProperty()
406 else if (up.ExistOnDisk()) in GetProperty()
408 const CDirItem &di = DirItems->Items[up.DirIndex]; in GetProperty()
411 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
437 const CUpdatePair2 &up = (*UpdatePairs)[index]; in GetStream2() local
438 if (!up.NewData) in GetStream2()
444 bool isDir = IsDir(up); in GetStream2()
446 if (up.IsAnti) in GetStream2()
449 if (up.ArcIndex >= 0) in GetStream2()
450 name = (*ArcItems)[up.ArcIndex].Name; in GetStream2()
451 else if (up.DirIndex >= 0) in GetStream2()
452 name = DirItems->GetLogPath(up.DirIndex); in GetStream2()
468 RINOK(Callback->GetStream(DirItems->GetLogPath(up.DirIndex), isDir, false, mode)); in GetStream2()
492 const FString path = DirItems->GetPhyPath(up.DirIndex); in GetStream2()
497 if (DirItems->Items[up.DirIndex].AreReparseData()) in GetStream2()
541 ProcessedItemsStatuses[(unsigned)up.DirIndex] = 1; in GetStream2()
578 const CUpdatePair2 &up = (*UpdatePairs)[index]; in ReportOperation() local
579 if (up.ExistOnDisk()) in ReportOperation()
581 name = DirItems->GetLogPath(up.DirIndex); in ReportOperation()
582 isDir = DirItems->Items[up.DirIndex].IsDir(); in ReportOperation()