Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/src/com/android/fastdeploy/
DDeployPatchGenerator.java154 long totalEqualBytes = 0; in reportIdenticalContents() local
158 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()