Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer_test.cc58 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
59 LOG(INFO) << "elf_filename=" << elf_filename; in TEST_F()
66 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in TEST_F()
67 ASSERT_TRUE(file.get() != nullptr) << elf_filename; in TEST_F()
125 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
126 LOG(INFO) << "elf_filename=" << elf_filename; in TEST_F()
128 std::unique_ptr<File> file(OS::OpenFileForReading(elf_filename.c_str())); in TEST_F()
/art/runtime/
Doat_file.cc110 const std::string& elf_filename,
151 virtual bool Load(const std::string& elf_filename,
167 virtual void PreSetup(const std::string& elf_filename) = 0;
198 const std::string& elf_filename, in OpenOatFile() argument
210 if (!ret->Load(elf_filename, in OpenOatFile()
219 if (!ret->ComputeFields(elf_filename, error_msg)) { in OpenOatFile()
223 ret->PreSetup(elf_filename); in OpenOatFile()
1080 bool Load(const std::string& elf_filename,
1097 void PreSetup(const std::string& elf_filename) override;
1100 bool Dlopen(const std::string& elf_filename,
[all …]