HomeSort by relevance Sort by last modified time
    Searched refs:NewProps (Results 1 - 7 of 7) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h 11 bool NewProps;
12 bool UseArcProps; // if (UseArcProps && NewProps), we want to change only some properties.
23 NewData = NewProps = false;
34 NewProps(false),
UpdateProduce.cpp 24 up2.NewData = up2.NewProps = true;
55 up2.NewData = up2.NewProps = false;
UpdateCallback.cpp 96 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
102 if (newProps) *newProps = BoolToInt(up.NewProps);
Update.cpp 586 up2.NewProps = true;
794 if (pair2.NewProps && pair2.DirIndex >= 0)
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 55 bool NewProps;
7zHandlerOut.cpp 282 Int32 newData, newProps;
286 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive));
288 ui.NewProps = IntToBool(newProps);
302 if (!ui.NewProps)
311 if (!ui.NewProps)
319 if (ui.NewProps)
7zUpdate.cpp 969 if (ui.NewProps)
1013 if (ui.NewProps)
1166 if (ui.NewProps)
    [all...]

Completed in 62 milliseconds