Home
last modified time | relevance | path

Searched defs:ElfOatFile (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file.cc1368 class ElfOatFile final : public OatFileBase { class
1370 ElfOatFile(const std::string& filename, bool executable) : OatFileBase(filename, executable) {} in ElfOatFile() function in art::ElfOatFile