Home
last modified time | relevance | path

Searched refs:actionSet (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateProduce.cpp13 const CActionSet &actionSet, in UpdateProduce() argument
27 switch (actionSet.StateActions[(unsigned)pair.State]) in UpdateProduce()
DUpdateProduce.h51 const NUpdateArchive::CActionSet &actionSet,
DArchiveCommandLine.cpp655 NUpdateArchive::CActionSet &actionSet, UString &postString) in ParseUpdateCommandString2() argument
673 actionSet.StateActions[(unsigned)statePos] = (NUpdateArchive::NPairAction::EEnum)(actionPos); in ParseUpdateCommandString2()
701 NUpdateArchive::CActionSet actionSet = defaultActionSet; in ParseUpdateCommandString() local
704 if (!ParseUpdateCommandString2(updateString, actionSet, postString)) in ParseUpdateCommandString()
709 options.Commands[0].ActionSet = actionSet; in ParseUpdateCommandString()
720 uc.ActionSet = actionSet; in ParseUpdateCommandString()
DUpdate.cpp517 const CActionSet &actionSet, in Compress() argument
652 UpdateProduce(updatePairs, actionSet, updatePairs2, isUpdatingItself ? &upCallback : NULL); in Compress()