Searched refs:ReadPart (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/Common/ |
D | InOutTempBuffer.cpp | 99 if (!inFile.ReadPart(_buf, kTempBufSize, processed)) in WriteToStream()
|
D | FileStreams.cpp | 175 bool result = File.ReadPart(data, size, realProcessedSize); in Read()
|
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 334 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) in ReadPart() function in NWindows::NFile::NIO::CInFile 347 bool res = ReadPart(data, size, processedLoc); in Read()
|
D | FileIO.h | 109 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize);
|
/external/lzma/ |
D | history.txt | 149 ISequentialInStream::Read now works as old ReadPart
|