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

  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 78 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
UpdateCallback.h 22 virtual HRESULT OpenFileError(const wchar_t *name, DWORD systemError) x; \
UpdateCallback.cpp 477 return Callback->OpenFileError(path, ::GetLastError());
484 return Callback->OpenFileError(path, ::GetLastError());
HashCalc.cpp 295 HRESULT res = callback->OpenFileError(phyPath, ::GetLastError());
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 185 HRESULT CUpdateCallbackConsole::OpenFileError(const wchar_t *name, DWORD systemError)
HashCon.cpp 136 HRESULT CHashCallbackConsole::OpenFileError(const wchar_t *name, DWORD systemError)

Completed in 207 milliseconds