HomeSort by relevance Sort by last modified time
    Searched refs:PwriteFully (Results 1 - 4 of 4) sorted by null

  /art/runtime/base/unix_file/
fd_file.h 128 bool PwriteFully(const void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
fd_file_test.cc 130 EXPECT_TRUE(file.PwriteFully(test_string, length, offset));
fd_file.cc 295 bool FdFile::PwriteFully(const void* buffer, size_t byte_count, size_t offset) {
  /art/compiler/
image_writer.cc 293 if (!image_file->PwriteFully(image_data_to_write, data_size, sizeof(ImageHeader))) {
308 if (!image_file->PwriteFully(reinterpret_cast<char*>(image_info.image_bitmap_->Begin()),
327 if (!image_file->PwriteFully(reinterpret_cast<char*>(image_info.image_->Begin()),
    [all...]

Completed in 245 milliseconds