Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/cache/
DDigestCalculator.java57 return DigestCalculator.buildDigest(digest, Files.size(file.toPath())); in compute()
77 return DigestCalculator.buildDigest(HASH_FUNCTION.hashBytes(blob).asBytes(), blob.length); in compute()
80 private static Digest buildDigest(byte[] hash, long size) { in buildDigest() method in DigestCalculator