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

  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 58 bool UpdateEnabled;
121 , UpdateEnabled(false)
292 if (!arc.UpdateEnabled)
LoadCodecs.cpp 379 GetProp_Bool(getProp, getProp2, i, NArchive::NHandlerPropID::kUpdate, item.UpdateEnabled);
383 if (!flags_Defined) // && item.UpdateEnabled
579 item.UpdateEnabled = (arc.CreateOutArchive != NULL);
621 if (!arc.UpdateEnabled)
Update.cpp 372 if (!arcInfo.UpdateEnabled)
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 552 stdStream << (char)(arc.UpdateEnabled ? 'C' : ' ');

Completed in 167 milliseconds