Home | History | Annotate | Download | only in build

Lines Matching refs:HashFunction

47 import com.google.common.hash.HashFunction;
850 HashFunction hashFunction = Hashing.md5();
851 HashCode hashCode = hashFunction.hashString(inputFile.getAbsolutePath());