Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp84 uint64_t totalEqualBytes = 0; in ReportSavings() local
88 totalEqualBytes += identicalEntries[i].localEntry->datasize(); in ReportSavings()
92 double savingPercent = (totalEqualBytes * 100.0f) / totalSize; in ReportSavings()
94 fprintf(stderr, "%" PRIu64 " bytes are equal out of %" PRIu64 " (%.2f%%)\n", totalEqualBytes, in ReportSavings()