Searched refs:hashLength (Results 1 – 2 of 2) sorted by relevance
1821 final int hashLength = hash.length();1822 final byte[] hashBytes = new byte[hashLength / 2];1823 for (int i = 0; i < hashLength; i += 2) {
2379 final int hashLength = hash.length(); in parseBaseApkCommon() local2380 final byte[] hashBytes = new byte[hashLength / 2]; in parseBaseApkCommon()2381 for (int i = 0; i < hashLength; i += 2){ in parseBaseApkCommon()