Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java5016 String verity = getProperty("partition.system.verified"); in remountSystemWritable() local
5019 if (verity != null && !verity.isEmpty()) { in remountSystemWritable()
5032 String verity = getProperty("partition.vendor.verified"); in remountVendorWritable() local
5035 if (verity != null && !verity.isEmpty()) { in remountVendorWritable()
5048 String verity = getProperty("partition.system.verified"); in remountSystemReadOnly() local
5051 if (verity == null || verity.isEmpty()) { in remountSystemReadOnly()
5060 String verity = getProperty("partition.vendor.verified"); in remountVendorReadOnly() local
5063 if (verity == null || verity.isEmpty()) { in remountVendorReadOnly()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt55 --verity-enabled Whether to enable the verity signature algorithm for the