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.cc191 const std::string& elf_filename, in OpenOatFile()
985 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1029 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1148 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1342 bool ElfOatFile::Load(const std::string& elf_filename, in Load()