Searched refs:digestsPath (Results 1 – 1 of 1) sorted by relevance
191 public static String buildSignaturePathForDigests(String digestsPath) { in buildSignaturePathForDigests() argument192 return digestsPath + DIGESTS_SIGNATURE_FILE_EXTENSION; in buildSignaturePathForDigests()207 String digestsPath = buildDigestsPathForApk(targetFile.getAbsolutePath()); in findDigestsForFile() local208 File digestsFile = new File(digestsPath); in findDigestsForFile()