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

  /art/dex2oat/linker/
elf_writer_quick.cc 123 File* const elf_file_; member in class:art::linker::final
152 elf_file_(elf_file),
193 builder_->PrepareDynamicSection(elf_file_->GetPath(),
285 return elf_file_->SetLength(file_size) == 0;
308 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset);
  /art/runtime/
oat_file.cc 1282 std::unique_ptr<ElfFile> elf_file_; member in class:art::final
    [all...]

Completed in 64 milliseconds