Searched refs:Dlopen (Results 1 – 2 of 2) sorted by relevance
309 bool Dlopen(const std::string& elf_filename, byte* requested_base, std::string* error_msg);
120 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