Home
last modified time | relevance | path

Searched refs:ScanProgress (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.h17 …virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *…
DHashCalc.cpp37 …HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bo… in ScanProgress() function
39 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir); in ScanProgress()
DHashCalc.h69 …virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *…
DUpdate.h166 …virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *…
DEnumDirItems.cpp456 …RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), dirItems.TotalSize, … in EnumerateDirItems()
651 …RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), dirItems.TotalSize, … in EnumerateDirItems()
DUpdate.cpp873 …HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bo… in ScanProgress() function
875 return Callback->ScanProgress(numFolders, numFiles, totalSize, path, isDir); in ScanProgress()
/external/lzma/CPP/7zip/UI/Console/
DUpdateCallbackConsole.cpp51 HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, UInt64… in ScanProgress() function in CUpdateCallbackConsole
DHashCon.cpp28 HRESULT CHashCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, UInt64 /… in ScanProgress() function in CHashCallbackConsole
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.h83 …HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir = fals…
DProgressDialog2.cpp107 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, boo… in ScanProgress() function in CProgressSync