Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h295 static OatFile* OpenDlopen(const std::string& elf_filename,
Doat_file.cc82 ret.reset(OpenDlopen(filename, location, requested_base, error_msg)); in Open()
115 OatFile* OatFile::OpenDlopen(const std::string& elf_filename, in OpenDlopen() function in art::OatFile