Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSignatureVerifier.java181 final ZipEntry manifestEntry = jarFile.findEntry( in verifyV1Signature() local
183 if (manifestEntry == null) { in verifyV1Signature()
187 lastCerts = loadCertificates(jarFile, manifestEntry); in verifyV1Signature()
/frameworks/native/cmds/lshal/
DListCommand.cpp825 for (const TableEntry& manifestEntry : mManifestHalsTable) { in fetchLazyHals() local
826 if (manifestEntry.transport == vintf::Transport::HWBINDER) { in fetchLazyHals()
827 if (!hasHwbinderEntry(manifestEntry)) { in fetchLazyHals()
828 mLazyHalsTable.add(TableEntry(manifestEntry)); in fetchLazyHals()
832 if (manifestEntry.transport == vintf::Transport::PASSTHROUGH) { in fetchLazyHals()
833 if (!hasPassthroughEntry(manifestEntry)) { in fetchLazyHals()
834 mLazyHalsTable.add(TableEntry(manifestEntry)); in fetchLazyHals()
839 << manifestEntry.transport; in fetchLazyHals()