Home
last modified time | relevance | path

Searched refs:elf_filename (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Delf_writer_test.cc56 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
57 LOG(INFO) << "elf_filename=" << elf_filename; in TEST_F()
64 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in TEST_F()
65 ASSERT_TRUE(file.get() != nullptr) << elf_filename; in TEST_F()
123 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
124 LOG(INFO) << "elf_filename=" << elf_filename; in TEST_F()
126 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in TEST_F()
/art/runtime/oat/
Doat_file.cc112 const std::string& elf_filename,
155 virtual bool Load(const std::string& elf_filename,
171 virtual void PreSetup(const std::string& elf_filename) = 0;
216 const std::string& elf_filename, in OpenOatFile() argument
229 if (!ret->Load(elf_filename, in OpenOatFile()
238 if (!ret->ComputeFields(elf_filename, error_msg)) { in OpenOatFile()
242 ret->PreSetup(elf_filename); in OpenOatFile()
1154 bool Load(const std::string& elf_filename,
1171 void PreSetup(const std::string& elf_filename) override;
1174 bool Dlopen(const std::string& elf_filename,
[all …]