Home
last modified time | relevance | path

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

/system/core/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.h36 struct SimpleEntry { struct
95 void ReportSavings(const std::vector<SimpleEntry>& identicalEntries, uint64_t totalSize);
103 void GeneratePatch(const std::vector<SimpleEntry>& entriesToUseOnDevice,
108 uint64_t BuildIdenticalEntries(std::vector<SimpleEntry>& outIdenticalEntries,
Ddeploy_patch_generator.cpp82 void DeployPatchGenerator::ReportSavings(const std::vector<SimpleEntry>& identicalEntries, in ReportSavings()
123 void DeployPatchGenerator::GeneratePatch(const std::vector<SimpleEntry>& entriesToUseOnDevice, in GeneratePatch()
193 std::vector<SimpleEntry> identicalEntries; in CreatePatch()
202 uint64_t DeployPatchGenerator::BuildIdenticalEntries(std::vector<SimpleEntry>& outIdenticalEntries, in BuildIdenticalEntries()
241 SimpleEntry simpleEntry; in BuildIdenticalEntries()
251 [](const SimpleEntry& lhs, const SimpleEntry& rhs) { in BuildIdenticalEntries()
Ddeploy_patch_generator_test.cpp44 std::vector<DeployPatchGenerator::SimpleEntry> entries; in TEST()