Searched refs:OatFileBase (Results 1 – 2 of 2) sorted by relevance
102 class OatFileBase : public OatFile { class104 virtual ~OatFileBase() {} in ~OatFileBase()107 static OatFileBase* OpenOatFile(int zip_fd,119 static OatFileBase* OpenOatFile(int zip_fd,132 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() function in art::OatFileBase191 DISALLOW_COPY_AND_ASSIGN(OatFileBase);195 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()205 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); in OpenOatFile()236 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()247 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(oat_location, executable)); in OpenOatFile()[all …]
470 friend class OatFileBase; variable597 friend class OatFileBase; variable