Home
last modified time | relevance | path

Searched refs:Dlopen (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Doat_file.h309 bool Dlopen(const std::string& elf_filename, byte* requested_base, std::string* error_msg);
Doat_file.cc120 bool success = oat_file->Dlopen(elf_filename, requested_base, error_msg); in OpenDlopen()
158 bool OatFile::Dlopen(const std::string& elf_filename, byte* requested_base, in Dlopen() function in art::OatFile