Home
last modified time | relevance | path

Searched refs:DeleteAfterCompressing (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h111 bool DeleteAfterCompressing; member
131 DeleteAfterCompressing(false), in CUpdateOptions()
DUpdate.cpp943 if (options.DeleteAfterCompressing) in UpdateArchive()
1269 if (options.DeleteAfterCompressing) in UpdateArchive()
1303 options.DeleteAfterCompressing ? (Byte *)processedItems : NULL, in UpdateArchive()
1431 if (options.DeleteAfterCompressing) in UpdateArchive()
DArchiveCommandLine.cpp1215 updateOptions.DeleteAfterCompressing = parser[NKey::kDeleteAfterCompressing].ThereIs; in Parse2()