Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp82 void DeployPatchGenerator::ReportSavings(const std::vector<SimpleEntry>& identicalEntries, in ReportSavings() argument
86 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() local
195 BuildIdenticalEntries(identicalEntries, localApkMetadata, deviceApkMetadata); in CreatePatch()
196 ReportSavings(identicalEntries, totalSize); in CreatePatch()
197 GeneratePatch(identicalEntries, localApkPath, deviceApkPath, output); in CreatePatch()
Ddeploy_patch_generator.h95 void ReportSavings(const std::vector<SimpleEntry>& identicalEntries, uint64_t totalSize);