Home
last modified time | relevance | path

Searched refs:ReadPart (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileIO.cpp470 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw() in ReadPart() function in NWindows::NFile::NIO::CInFile
483 const bool res = ReadPart(data, size, processedLoc); in Read()
H A DFileIO.h259 bool ReadPart(void *data, UInt32 size, UInt32 &processedSize) throw();
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp181 const bool result = File.ReadPart(data, size, realProcessedSize); in Read()

Completed in 4 milliseconds