Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerServiceUtils.java1102 final byte[] baseRootHash = getRootHash(baseFilename); in buildVerificationRootHashString()
1116 final byte[] splitRootHash = getRootHash(splitFilename); in buildVerificationRootHashString()
1134 private static byte[] getRootHash(String filename) { in getRootHash() method