Searched refs:hashFunction (Results 1 – 1 of 1) sorted by relevance
851 HashFunction hashFunction = Hashing.md5(); in getDexFileName() local852 HashCode hashCode = hashFunction.hashString(inputFile.getAbsolutePath(), Charsets.UTF_8); in getDexFileName()