Home
last modified time | relevance | path

Searched refs:NewNameIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DUpdateProduce.h17 int NewNameIndex; member
40 NewNameIndex(-1), in CUpdatePair2()
DUpdateCallback.cpp450 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty()
451 prop = (*NewNames)[(unsigned)up.NewNameIndex]; in GetProperty()
457 else if (propID == kpidShortName && up.NewNameIndex >= 0 && up.IsMainRenameItem) in GetProperty()
DUpdate.cpp680 up2.NewNameIndex = (int)newNames.Add(dest); in Compress()