Home
last modified time | relevance | path

Searched refs:PWriteAll (Results 1 – 5 of 5) 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.h69 bool PWriteAll(int fd, const void* buf, size_t count, off_t offset);
84 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/aosp/
Dupdate_attempter_android_integration_test.cc249 utils::PWriteAll(new_part_.fd(), in HydratePayload()
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc203 return utils::PWriteAll(fd, "\0", 1, offset); in WriteByteAtOffset()