Home
last modified time | relevance | path

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

/art/libartbase/base/unix_file/
Dfd_file.h103 bool PwriteFully(const void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
Dfd_file_test.cc134 EXPECT_TRUE(file.PwriteFully(test_string, length, offset)); in TEST_F()
Dfd_file.cc465 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) { in PwriteFully() function in unix_file::FdFile
/art/dex2oat/linker/
Dimage_writer.cc681 if (!image_file_->PwriteFully(image_header, sizeof(ImageHeader), 0)) { in WriteHeaderAndClose()
819 if (!image_file->PwriteFully(image_data.data(), image_data.size(), out_offset)) { in Write()
836 if (!image_file->PwriteFully(&blocks[0], blocks_bytes, out_offset)) { in Write()
856 if (!image_file->PwriteFully(image_info.image_bitmap_->Begin(), in Write()
Doat_writer.cc3247 if (!file->PwriteFully(&header, sizeof(header), oat_dex_file.dex_file_offset_)) { in WriteDexFiles()