Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h114 bool DeleteAfterCompressing; member
135 DeleteAfterCompressing(false), in CUpdateOptions()
DUpdate.cpp1072 if (options.DeleteAfterCompressing) in UpdateArchive()
1381 if (options.DeleteAfterCompressing) in UpdateArchive()
1444 if (options.DeleteAfterCompressing) in UpdateArchive()
1491 options.DeleteAfterCompressing ? (Byte *)processedItems : NULL, in UpdateArchive()
1640 if (options.DeleteAfterCompressing) in UpdateArchive()
DArchiveCommandLine.cpp1243 updateOptions.DeleteAfterCompressing = parser[NKey::kDeleteAfterCompressing].ThereIs; in Parse2()