Searched defs:Dlopen (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.cc955 bool Dlopen(const std::string& elf_filename,
1045 bool success = Dlopen(elf_filename, oat_file_begin, error_msg);
1051 bool DlOpenOatFile::Dlopen(const std::string& elf_filename, function in class:art::DlOpenOatFile
1058 *error_msg = "Dlopen unsupported on Mac.";

Completed in 148 milliseconds