Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zExtract.cpp19 class CFolderOutStream: class
50 CFolderOutStream(): in CFolderOutStream() function in NArchive::N7z::CFolderOutStream
64 HRESULT CFolderOutStream::Init(unsigned startIndex, const UInt32 *indexes, unsigned numFiles) in Init()
76 HRESULT CFolderOutStream::OpenFile(bool isCorrupted) in OpenFile()
110 HRESULT CFolderOutStream::CloseFile_and_SetResult(Int32 res) in CloseFile_and_SetResult()
127 HRESULT CFolderOutStream::CloseFile() in CloseFile()
135 HRESULT CFolderOutStream::ProcessEmptyFiles() in ProcessEmptyFiles()
145 STDMETHODIMP CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
201 HRESULT CFolderOutStream::FlushCorrupted(Int32 callbackOperationResult) in FlushCorrupted()
283 CFolderOutStream *folderOutStream = new CFolderOutStream; in Extract()