Searched refs:ScanProgress (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.h | 17 …virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *…
|
D | HashCalc.cpp | 37 …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()
|
D | HashCalc.h | 69 …virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *…
|
D | Update.h | 166 …virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *…
|
D | EnumDirItems.cpp | 456 …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()
|
D | Update.cpp | 873 …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/ |
D | UpdateCallbackConsole.cpp | 51 HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, UInt64… in ScanProgress() function in CUpdateCallbackConsole
|
D | HashCon.cpp | 28 HRESULT CHashCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, UInt64 /… in ScanProgress() function in CHashCallbackConsole
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.h | 83 …HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir = fals…
|
D | ProgressDialog2.cpp | 107 HRESULT CProgressSync::ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, boo… in ScanProgress() function in CProgressSync
|