Home
last modified time | relevance | path

Searched refs:IsZipEntry (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Doat_writer.cc129 bool IsZipEntry() const { return type_ == kZipEntry; } in IsZipEntry() function in art::OatWriter::DexFileSource
134 DCHECK(IsZipEntry()); in GetZipEntry()
2390 } else if (oat_dex_file->source_.IsZipEntry()) { in WriteDexFile()
2463 if (oat_dex_file->source_.IsZipEntry()) { in LayoutAndWriteDexFile()