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

  /external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h 11 bool NewProps;
UpdateProduce.cpp 25 up2.NewData = up2.NewProps = true;
42 up2.NewData = up2.NewProps = false;
UpdateCallback.cpp 71 Int32 *newData, Int32 *newProps, UInt32 *indexInArchive)
77 if (newProps != NULL) *newProps = BoolToInt(up.NewProps);
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.h 30 bool NewProps;
7zHandlerOut.cpp 211 Int32 newData, newProps;
215 RINOK(updateCallback->GetUpdateItemInfo(i, &newData, &newProps, &indexInArchive));
217 ui.NewProps = IntToBool(newProps);
239 if (ui.NewProps)
7zUpdate.cpp 996 if (ui.NewProps)
1032 if (ui.NewProps)
1095 if (ui.NewProps)
1165 if (ui.NewProps)

Completed in 52 milliseconds