Searched refs:WriteAll (Results 1 – 5 of 5) sorted by relevance
/system/update_engine/payload_consumer/ |
D | xz_extent_writer_unittest.cc | 95 void WriteAll(const brillo::Blob& compressed) { in WriteAll() function in chromeos_update_engine::XzExtentWriterTest 122 WriteAll(brillo::Blob(std::begin(kCompressedDataNoCheck), in TEST_F() 128 WriteAll(brillo::Blob(std::begin(kCompressedDataCRC32), in TEST_F() 136 WriteAll(brillo::Blob(std::begin(kCompressed30KiBofA), in TEST_F()
|
D | extent_writer.cc | 55 utils::WriteAll(fd_, c_bytes + bytes_written, bytes_to_write)); in Write()
|
D | delta_performer.cc | 1133 utils::WriteAll(fd, buffer_.data(), operation.data_length())); in PerformBsdiffOperation() 1219 utils::WriteAll(fd, buffer_.data(), operation.data_length())); in PerformSourceBsdiffOperation()
|
/system/update_engine/common/ |
D | utils.h | 69 bool WriteAll(int fd, const void* buf, size_t count); 72 bool WriteAll(FileDescriptorPtr fd, const void* buf, size_t count);
|
D | utils.cc | 221 bool WriteAll(int fd, const void* buf, size_t count) { in WriteAll() function 252 bool WriteAll(FileDescriptorPtr fd, const void* buf, size_t count) { in WriteAll() function 269 return WriteAll(fd, buf, count); in PWriteAll()
|