HomeSort by relevance Sort by last modified time
    Searched refs:OpenElfFile (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.cc 88 // On host, dlopen is expected to fail when cross compiling, so fall back to OpenElfFile.
95 ret.reset(OpenElfFile(file.get(), location, requested_base, oat_file_begin, false, executable,
107 return OpenElfFile(file, location, nullptr, nullptr, true, false, error_msg);
112 return OpenElfFile(file, location, nullptr, nullptr, false, false, error_msg);
127 OatFile* OatFile::OpenElfFile(File* file,
oat_file.h 300 static OatFile* OpenElfFile(File* file,

Completed in 46 milliseconds