Searched refs:identicalEntries (Results 1 – 2 of 2) sorted by relevance
82 void DeployPatchGenerator::ReportSavings(const std::vector<SimpleEntry>& identicalEntries, in ReportSavings() argument86 for (size_t i = 0; i < identicalEntries.size(); i++) { in ReportSavings()87 if (identicalEntries[i].deviceEntry != nullptr) { in ReportSavings()88 totalEqualBytes += identicalEntries[i].localEntry->datasize(); in ReportSavings()193 std::vector<SimpleEntry> identicalEntries; in CreatePatch() local195 BuildIdenticalEntries(identicalEntries, localApkMetadata, deviceApkMetadata); in CreatePatch()196 ReportSavings(identicalEntries, totalSize); in CreatePatch()197 GeneratePatch(identicalEntries, localApkPath, deviceApkPath, output); in CreatePatch()
95 void ReportSavings(const std::vector<SimpleEntry>& identicalEntries, uint64_t totalSize);