Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc146 kZipEntry, enumerator
152 : type_(kZipEntry), source_(zip_entry) { in DexFileSource()
167 bool IsZipEntry() const { return type_ == kZipEntry; } in IsZipEntry()