Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc109 bool IsZipEntry() const { return type_ == kZipEntry; } in IsZipEntry() function in art::OatWriter::DexFileSource
114 DCHECK(IsZipEntry()); in GetZipEntry()
1838 if (oat_dex_file->source_.IsZipEntry()) { in WriteDexFile()