Home
last modified time | relevance | path

Searched refs:OpenWithElfFile (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Doat_file.h45 static OatFile* OpenWithElfFile(ElfFile* elf_file, const std::string& location,
Doat_file.cc45 OatFile* OatFile::OpenWithElfFile(ElfFile* elf_file, in OpenWithElfFile() function in art::OatFile
Druntime.cc621 std::unique_ptr<OatFile> oat_file(OatFile::OpenWithElfFile(elf_file.release(), oat_location, in OpenDexFilesFromImage()