Searched refs:IsZipEntry (Results 1 – 1 of 1) sorted by relevance
109 bool IsZipEntry() const { return type_ == kZipEntry; } in IsZipEntry() function in art::OatWriter::DexFileSource114 DCHECK(IsZipEntry()); in GetZipEntry()1838 if (oat_dex_file->source_.IsZipEntry()) { in WriteDexFile()