Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h285 bool Dlopen(const std::string& elf_filename, uint8_t* requested_base,
Doat_file.cc176 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