HomeSort by relevance Sort by last modified time
    Searched refs:WriteDirect (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 22 return WriteDirect(buf, 8);
28 RINOK(WriteDirect(kFinishSignature, kSignatureSize));
56 return WriteDirect(buf, 24);
130 return WriteDirect(buf, 24);
7zOut.h 229 HRESULT WriteDirect(const void *data, UInt32 size) { return WriteStream(SeqStream, data, size); }

Completed in 141 milliseconds