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

  /art/runtime/
oat_file.cc 80 // On host, dlopen is expected to fail when cross compiling, so fall back to OpenElfFile.
86 return OpenElfFile(file.get(), location, requested_base, false, executable);
91 return OpenElfFile(file, location, NULL, true, false);
105 OatFile* OatFile::OpenElfFile(File* file,
oat_file.h 224 static OatFile* OpenElfFile(File* file,

Completed in 126 milliseconds