Home
last modified time | relevance | path

Searched refs:WritePart (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Windows/
DFileIO.cpp393 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) in WritePart() function in NWindows::NFile::NIO::COutFile
409 bool res = WritePart(data, size, processedLoc); in Write()
DFileIO.h128 bool WritePart(const void *data, UInt32 size, UInt32 &processedSize);
/external/lzma/CPP/7zip/Common/
DFileStreams.cpp311 bool result = File.WritePart(data, size, realProcessedSize); in Write()
/external/lzma/
Dhistory.txt150 ISequentialOutStream::Write now works as old WritePart