Searched refs:WriteAll (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/payload_consumer/ |
D | xz_extent_writer_unittest.cc | 89 void WriteAll(const brillo::Blob& compressed) { in WriteAll() function in chromeos_update_engine::XzExtentWriterTest 112 WriteAll(brillo::Blob(std::begin(kCompressedDataNoCheck), in TEST_F() 118 WriteAll(brillo::Blob(std::begin(kCompressedDataCRC32), in TEST_F() 126 WriteAll(brillo::Blob(std::begin(kCompressed30KiBofA), in TEST_F()
|
D | extent_writer.cc | 53 utils::WriteAll(fd_, c_bytes + bytes_written, bytes_to_write)); in Write()
|
/system/update_engine/common/ |
D | utils.h | 65 bool WriteAll(int fd, const void* buf, size_t count); 68 bool WriteAll(const FileDescriptorPtr& fd, const void* buf, size_t count);
|
D | utils.cc | 182 return WriteAll(fd, data, data_len); in WriteFile() 214 bool WriteAll(int fd, const void* buf, size_t count) { in WriteAll() function 247 bool WriteAll(const FileDescriptorPtr& fd, const void* buf, size_t count) { in WriteAll() function 264 return WriteAll(fd, buf, count); in PWriteAll()
|