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

/system/update_engine/payload_consumer/
H A Dxz_extent_writer_unittest.cc89 void WriteAll(const brillo::Blob& compressed) { function in class:chromeos_update_engine::XzExtentWriterTest
116 WriteAll(brillo::Blob(std::begin(kCompressedDataNoCheck),
122 WriteAll(brillo::Blob(std::begin(kCompressedDataCRC32),
130 WriteAll(brillo::Blob(std::begin(kCompressed30KiBofA),
/system/update_engine/common/
H A Dutils.cc194 return WriteAll(fd, data, data_len);
226 bool WriteAll(int fd, const void* buf, size_t count) { function in namespace:chromeos_update_engine::utils
257 bool WriteAll(const FileDescriptorPtr& fd, const void* buf, size_t count) { function in namespace:chromeos_update_engine::utils
274 return WriteAll(fd, buf, count);

Completed in 746 milliseconds