Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.h80 struct CUpdateOptions struct
82 bool UpdateArchiveItself;
83 bool SfxMode;
85 bool PreserveATime;
86 bool OpenShareForWrite;
87 bool StopAfterOpenError;
89 bool StdInMode;
90 bool StdOutMode;
92 bool EMailMode;
93 bool EMailRemoveAfter;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h89 struct CUpdateOptions struct
91 const CCompressionMethodMode *Method;
92 const CCompressionMethodMode *HeaderMethod;
93 bool UseFilters; // use additional filters for some files
94 bool MaxFilter; // use BCJ2 filter instead of BCJ
95 int AnalysisLevel;
97 UInt64 NumSolidFiles;
98 UInt64 NumSolidBytes;
99 bool SolidExtension;
101 bool UseTypeSorting;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarUpdate.h46 struct CUpdateOptions struct
61 const CUpdateOptions &options, argument
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.h87 struct CUpdateOptions struct
101 const CUpdateOptions &updateOptions, argument