Searched refs:WriteAll (Results 1 - 5 of 5) sorted by relevance

/system/update_engine/payload_consumer/
H A Dextent_writer.cc55 utils::WriteAll(fd_, c_bytes + bytes_written, bytes_to_write));
H A Dxz_extent_writer_unittest.cc95 void WriteAll(const brillo::Blob& compressed) { function in class:chromeos_update_engine::XzExtentWriterTest
122 WriteAll(brillo::Blob(std::begin(kCompressedDataNoCheck),
128 WriteAll(brillo::Blob(std::begin(kCompressedDataCRC32),
136 WriteAll(brillo::Blob(std::begin(kCompressed30KiBofA),
H A Ddelta_performer.cc1133 utils::WriteAll(fd, buffer_.data(), operation.data_length()));
1219 utils::WriteAll(fd, buffer_.data(), operation.data_length()));
/system/update_engine/common/
H A Dutils.h69 bool WriteAll(int fd, const void* buf, size_t count);
72 bool WriteAll(FileDescriptorPtr fd, const void* buf, size_t count);
H A Dutils.cc221 bool WriteAll(int fd, const void* buf, size_t count) { function in namespace:chromeos_update_engine::utils
252 bool WriteAll(FileDescriptorPtr fd, const void* buf, size_t count) { function in namespace:chromeos_update_engine::utils
269 return WriteAll(fd, buf, count);

Completed in 179 milliseconds