Home
last modified time | relevance | path

Searched refs:Read1 (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileIO.cpp284 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()
DFileIO.h248 bool Read1(void *data, UInt32 size, UInt32 &processedSize) throw();
/third_party/lzma/CPP/7zip/Common/
DFileStreams.cpp155 bool result = File.Read1(Buf, readSize, BufSize); in Read()