Searched refs:Dlopen (Results 1 – 2 of 2) sorted by relevance
285 bool Dlopen(const std::string& elf_filename, uint8_t* requested_base,
176 bool success = oat_file->Dlopen(elf_filename, requested_base, abs_dex_location, error_msg); in OpenDlopen()215 bool OatFile::Dlopen(const std::string& elf_filename, uint8_t* requested_base, in Dlopen() function in art::OatFile