Searched refs:hasFsverity (Results 1 – 3 of 3) sorted by relevance
83 public static boolean hasFsverity(@NonNull String filePath) { in hasFsverity() method in VerityUtils
1524 && VerityUtils.hasFsverity(pkgInfo.applicationInfo.getBaseCodePath()); in validateApkInstallLocked()
9193 return VerityUtils.hasFsverity(apkPath);17502 if (new File(signaturePath).exists() && !VerityUtils.hasFsverity(filePath)) {