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

  /external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.h 34 HRESULT CloseFileAndSetResult(Int32 res);
35 HRESULT CloseFileAndSetResult();
7zFolderOutStream.cpp 57 HRESULT CFolderOutStream::CloseFileAndSetResult(Int32 res)
65 HRESULT CFolderOutStream::CloseFileAndSetResult()
68 return CloseFileAndSetResult(
79 RINOK(CloseFileAndSetResult());
103 RINOK(CloseFileAndSetResult());
139 RINOK(CloseFileAndSetResult(resultEOperationResult));
7zUpdate.cpp 461 HRESULT CloseFileAndSetResult();
514 HRESULT CFolderOutStream2::CloseFileAndSetResult()
526 RINOK(CloseFileAndSetResult());
550 RINOK(CloseFileAndSetResult());

Completed in 33 milliseconds