Searched refs:totalEqualBytes (Results 1 – 1 of 1) sorted by relevance
154 long totalEqualBytes = 0; in reportIdenticalContents() local158 totalEqualBytes += hostAPKEntry.getCompressedSize(); in reportIdenticalContents()162 float savingPercent = (float) (totalEqualBytes * 100) / hostFile.length(); in reportIdenticalContents()165 System.err.println(totalEqualBytes + " bytes are equal out of " + hostFile.length() + " (" in reportIdenticalContents()