Searched refs:OpenElfFile (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Doat_file.cc137 // On host, dlopen is expected to fail when cross compiling, so fall back to OpenElfFile.
147 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable,
160 return OpenElfFile(file, location, nullptr, nullptr, true, false, abs_dex_location, error_msg);
167 return OpenElfFile(file, location, nullptr, nullptr, false, false, abs_dex_location, error_msg);
183 OatFile* OatFile::OpenElfFile(File* file, function in class:art::OatFile
H A Doat_file.h275 static OatFile* OpenElfFile(File* file,

Completed in 35 milliseconds