Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.h181 virtual HRESULT DeletingAfterArchiving(const FString &path, bool isDir) x; \
DUpdate.cpp1670 RINOK(callback->DeletingAfterArchiving(phyPath, false)); in UpdateArchive()
1695 RINOK(callback->DeletingAfterArchiving(phyPath, true)); in UpdateArchive()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp332 HRESULT CUpdateCallbackConsole::DeletingAfterArchiving(const FString &path, bool /* isDir */) in DeletingAfterArchiving() function in CUpdateCallbackConsole