Home
last modified time | relevance | path

Searched refs:CActionSet (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateAction.h34 struct CActionSet struct
50 extern const CActionSet kAddActionSet; argument
51 extern const CActionSet kUpdateActionSet;
52 extern const CActionSet kFreshActionSet;
53 extern const CActionSet kSynchronizeActionSet;
54 extern const CActionSet kDeleteActionSet;
DUpdateAction.cpp9 const CActionSet kAddActionSet =
20 const CActionSet kUpdateActionSet =
31 const CActionSet kFreshActionSet =
42 const CActionSet kSynchronizeActionSet =
53 const CActionSet kDeleteActionSet =
DUpdateProduce.h31 const NUpdateArchive::CActionSet &actionSet,
DUpdateProduce.cpp13 const CActionSet &actionSet, in UpdateProduce()
DUpdate.h81 NUpdateArchive::CActionSet ActionSet;
DArchiveCommandLine.cpp503 NUpdateArchive::CActionSet &actionSet, UString &postString) in ParseUpdateCommandString2()
531 const NUpdateArchive::CActionSet &defaultActionSet) in ParseUpdateCommandString()
546 NUpdateArchive::CActionSet actionSet = defaultActionSet; in ParseUpdateCommandString()
622 NUpdateArchive::CActionSet defaultActionSet; in SetAddCommandOptions()
DUpdate.cpp303 const CActionSet &actionSet, in Compress()