Searched refs:ReadPart (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileIO.cpp | 343 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw() in ReadPart() function in NWindows::NFile::NIO::CInFile 356 bool res = ReadPart(data, size, processedLoc); in Read()
|
D | FileIO.h | 190 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
|
/external/lzma/CPP/7zip/Common/ |
D | InOutTempBuffer.cpp | 101 if (!inFile.ReadPart(_buf, kTempBufSize, processed)) in WriteToStream()
|
D | FileStreams.cpp | 152 bool result = File.ReadPart(data, size, realProcessedSize); in Read()
|
/external/u-boot/lib/lzma/ |
D | history.txt | 149 ISequentialInStream::Read now works as old ReadPart
|
/external/lzma/DOC/ |
D | lzma-history.txt | 316 ISequentialInStream::Read now works as old ReadPart
|