Searched refs:PWriteAll (Results 1 – 4 of 4) sorted by relevance
/system/update_engine/payload_generator/ |
D | blob_file_writer.cc | 25 if (!utils::PWriteAll(blob_fd_, blob.data(), blob.size(), *blob_file_size_)) in StoreBlob()
|
/system/update_engine/common/ |
D | utils.h | 64 bool PWriteAll(int fd, const void* buf, size_t count, off_t offset); 76 bool PWriteAll(const FileDescriptorPtr& fd,
|
D | utils.cc | 162 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/ |
D | delta_performer_integration_test.cc | 210 EXPECT_TRUE(utils::PWriteAll(fd, "\0", 1, offset)); in WriteByteAtOffset()
|