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
38 bool IsEqualTo(const CActionSet &a) const in IsEqualTo() argument
59 extern const CActionSet k_ActionSet_Add; argument
60 extern const CActionSet k_ActionSet_Update;
61 extern const CActionSet k_ActionSet_Fresh;
62 extern const CActionSet k_ActionSet_Sync;
63 extern const CActionSet k_ActionSet_Delete;
DUpdateAction.cpp9 const CActionSet k_ActionSet_Add =
20 const CActionSet k_ActionSet_Update =
31 const CActionSet k_ActionSet_Fresh =
42 const CActionSet k_ActionSet_Sync =
53 const CActionSet k_ActionSet_Delete =
DUpdateProduce.h51 const NUpdateArchive::CActionSet &actionSet,
DUpdateProduce.cpp13 const CActionSet &actionSet, in UpdateProduce()
DUpdate.h50 NUpdateArchive::CActionSet ActionSet;
DArchiveCommandLine.cpp655 NUpdateArchive::CActionSet &actionSet, UString &postString) in ParseUpdateCommandString2()
684 const NUpdateArchive::CActionSet &defaultActionSet) in ParseUpdateCommandString()
701 NUpdateArchive::CActionSet actionSet = defaultActionSet; in ParseUpdateCommandString()
736 NUpdateArchive::CActionSet defaultActionSet; in SetAddCommandOptions()
DUpdate.cpp517 const CActionSet &actionSet, in Compress()
1076 const CActionSet &as = options.Commands[0].ActionSet; in UpdateArchive()