Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A 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
/aosp12/system/extras/simpleperf/
H A Dread_apk.cpp127 std::string GetUrlInApk(const std::string& apk_path, const std::string& elf_filename) { in GetUrlInApk()
/aosp12/art/runtime/
H A Doat_file.cc198 const std::string& elf_filename, in OpenOatFile()
1153 bool DlOpenOatFile::Load(const std::string& elf_filename, in Load()
1217 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, in Dlopen()
1349 void DlOpenOatFile::PreSetup(const std::string& elf_filename) { in PreSetup()
1564 bool ElfOatFile::Load(const std::string& elf_filename, in Load()