Searched refs:Read1 (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ |
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()
|
D | FileIO.h | 248 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
|
/third_party/lzma/CPP/7zip/Common/ |
D | FileStreams.cpp | 155 bool result = File.Read1(Buf, readSize, BufSize); in Read()
|