Home
last modified time | relevance | path

Searched defs: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
125 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
/art/runtime/
Doat_file.cc197 const std::string& elf_filename, in OpenOatFile()
1066 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1110 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1229 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1444 bool ElfOatFile::Load(const std::string& elf_filename, in Load()