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.cc109 const std::string& elf_filename,
150 virtual bool Load(const std::string& elf_filename,
166 virtual void PreSetup(const std::string& elf_filename) = 0;
197 const std::string& elf_filename, in OpenOatFile() argument
209 if (!ret->Load(elf_filename, in OpenOatFile()
218 if (!ret->ComputeFields(elf_filename, error_msg)) { in OpenOatFile()
222 ret->PreSetup(elf_filename); in OpenOatFile()
993 bool Load(const std::string& elf_filename,
1010 void PreSetup(const std::string& elf_filename) override;
1013 bool Dlopen(const std::string& elf_filename,
[all …]