Searched refs:Read1 (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 284 if (!Read1(buf, kClusterSize, processed))
in CorrectDeviceSize() 311 if (!Read1(buf, kClusterSize, processed))
in CorrectDeviceSize() 462 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize) throw()
in Read1() function in NWindows::NFile::NIO::CInFile 474 return Read1(data, size, processedSize);
in ReadPart() 503 const bool res = Read1(data, sizeLoc, processedLoc);
in ReadFull()
|
H A D | FileIO.h | 258 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 160 const bool result = File.Read1(Buf, readSize, BufSize);
in Read()
|
Completed in 4 milliseconds