Searched defs:WritePart (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/
H A DFileIO.cpp391 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw() function in class:NWindows::NFile::NIO::COutFile
407 bool res = WritePart(data, size, processedLoc);

Completed in 70 milliseconds