Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.h517 friend class OatFileBase; variable
670 friend class OatFileBase; variable
Doat_file.cc105 class OatFileBase : public OatFile { class
137 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() function in art::OatFileBase