Home
last modified time | relevance | path

Searched defs:CUpdateOptions (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h82 struct CUpdateOptions struct
84 CCompressionMethodMode MethodMode;
86 CObjectVector<CUpdateArchiveCommand> Commands;
87 bool UpdateArchiveItself;
88 CArchivePath ArchivePath;
89 EArcNameMode ArcNameMode;
91 bool SfxMode;
92 FString SfxModule;
94 bool OpenShareForWrite;
95 bool StopAfterOpenError;
[all …]
/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.h87 struct CUpdateOptions struct
106 CUpdateOptions(): in CUpdateOptions() argument