Home
last modified time | relevance | path

Searched defs: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
123 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
/art/runtime/oat/
Doat_file.cc216 const std::string& elf_filename, in OpenOatFile()
1227 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1291 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1426 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1602 void PreSetup([[maybe_unused]] const std::string& elf_filename) override {} in PreSetup()
1640 bool ElfOatFile::Load(const std::string& elf_filename, in Load()
1863 bool Load([[maybe_unused]] const std::string& elf_filename, in Load()
1883 void PreSetup([[maybe_unused]] const std::string& elf_filename) override {} in PreSetup()