HomeSort by relevance Sort by last modified time
    Searched refs:OatFileBase (Results 1 - 2 of 2) sorted by null

  /art/runtime/
oat_file.cc 89 // Note for OatFileBase and descendents:
101 class OatFileBase : public OatFile {
103 virtual ~OatFileBase() {}
106 static OatFileBase* OpenOatFile(int zip_fd,
118 static OatFileBase* OpenOatFile(int zip_fd,
131 OatFileBase(const std::string& filename, bool executable) : OatFile(filename, executable) {}
185 DISALLOW_COPY_AND_ASSIGN(OatFileBase);
189 OatFileBase* OatFileBase::OpenOatFile(int zip_fd,
199 std::unique_ptr<OatFileBase> ret(new kOatFileBaseSubType(location, executable))
    [all...]
oat_file.h 459 friend class OatFileBase;
592 friend class OatFileBase;

Completed in 69 milliseconds