Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.h127 bool PwriteFully(const void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
Dfd_file_test.cc130 EXPECT_TRUE(file.PwriteFully(test_string, length, offset)); in TEST_F()
Dfd_file.cc287 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully() function in unix_file::FdFile
/art/compiler/
Dimage_writer.cc292 if (!image_file->PwriteFully(image_data_to_write, data_size, sizeof(ImageHeader))) { in Write()
307 if (!image_file->PwriteFully(reinterpret_cast<char*>(image_info.image_bitmap_->Begin()), in Write()
326 if (!image_file->PwriteFully(reinterpret_cast<char*>(image_info.image_->Begin()), in Write()