HomeSort by relevance Sort by last modified time
    Searched defs:WriteAll (Results 1 - 5 of 5) sorted by null

  /system/update_engine/payload_consumer/
xz_extent_writer_unittest.cc 95 void WriteAll(const brillo::Blob& compressed) {
122 WriteAll(brillo::Blob(std::begin(kCompressedDataNoCheck),
128 WriteAll(brillo::Blob(std::begin(kCompressedDataCRC32),
136 WriteAll(brillo::Blob(std::begin(kCompressed30KiBofA),
  /external/bsdiff/
bspatch.cc 99 if (!WriteAll(file, buf, bytes_to_read))
110 bool WriteAll(const std::unique_ptr<FileInterface>& file,
311 if (!WriteAll(new_file, new_buf.data(), read_bytes))
  /external/webrtc/webrtc/base/
stream.cc 44 StreamResult StreamInterface::WriteAll(const void* data, size_t data_len,
275 tap_result_ = tap_->WriteAll(buffer, *read, NULL, &tap_error_);
289 tap_result_ = tap_->WriteAll(data, *written, NULL, &tap_error_);
  /external/boringssl/src/ssl/test/
bssl_shim.cc 916 // WriteAll writes |in_len| bytes from |in| to |ssl|, resolving any asynchronous
918 static int WriteAll(SSL *ssl, const uint8_t *in, size_t in_len) {
    [all...]
  /system/update_engine/common/
utils.cc 234 bool WriteAll(int fd, const void* buf, size_t count) {
265 bool WriteAll(FileDescriptorPtr fd, const void* buf, size_t count) {
282 return WriteAll(fd, buf, count);
    [all...]

Completed in 805 milliseconds