HomeSort by relevance Sort by last modified time
    Searched refs:ScanProgress (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 15 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) = 0;
Update.h 156 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path) x; \
EnumDirItems.cpp 188 RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), phyPrefix));
303 RINOK(callback->ScanProgress(dirItems.GetNumFolders(), dirItems.Items.Size(), phyPrefix));
Update.cpp 622 HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, const wchar_t *path)
624 return Callback->ScanProgress(numFolders, numFiles, path);
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 45 HRESULT CUpdateCallbackConsole::ScanProgress(UInt64 /* numFolders */, UInt64 /* numFiles */, const wchar_t * /* path */)

Completed in 415 milliseconds