Home
last modified time | relevance | path

Searched refs:PWriteAll (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Dblob_file_writer.cc25 if (!utils::PWriteAll(blob_fd_, blob.data(), blob.size(), *blob_file_size_)) in StoreBlob()
/system/update_engine/common/
Dutils.h64 bool PWriteAll(int fd, const void* buf, size_t count, off_t offset);
76 bool PWriteAll(const FileDescriptorPtr& fd,
Dutils.cc162 bool PWriteAll(int fd, const void* buf, size_t count, off_t offset) { in PWriteAll() function
255 bool PWriteAll(const FileDescriptorPtr& fd, in PWriteAll() function
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc210 EXPECT_TRUE(utils::PWriteAll(fd, "\0", 1, offset)); in WriteByteAtOffset()