Searched refs:OatFileBase (Results 1 – 2 of 2) sorted by relevance
105 class OatFileBase : public OatFile { class107 virtual ~OatFileBase() {} in ~OatFileBase()110 static OatFileBase* OpenOatFile(int zip_fd,123 static OatFileBase* OpenOatFile(int zip_fd,137 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {} in OatFileBase() function in art::OatFileBase210 DISALLOW_COPY_AND_ASSIGN(OatFileBase);214 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()225 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable)); in OpenOatFile()256 OatFileBase* OatFileBase::OpenOatFile(int zip_fd, in OpenOatFile()268 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(oat_location, executable)); in OpenOatFile()[all …]
517 friend class OatFileBase; variable670 friend class OatFileBase; variable