Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_test.cc57 std::string elf_filename = GetSystemImageFilename(elf_location.c_str(), kRuntimeISA); in TEST_F() local
/art/runtime/
Doat_file.cc115 OatFile* OatFile::OpenDlopen(const std::string& elf_filename, in OpenDlopen()
158 bool OatFile::Dlopen(const std::string& elf_filename, byte* requested_base, in Dlopen()