Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator_test.cpp36 using DeployPatchGenerator::BuildIdenticalEntries;
45 generator.BuildIdenticalEntries(entries, metadataA, metadataA); in TEST()
Ddeploy_patch_generator.h108 uint64_t BuildIdenticalEntries(std::vector<SimpleEntry>& outIdenticalEntries,
Ddeploy_patch_generator.cpp195 BuildIdenticalEntries(identicalEntries, localApkMetadata, deviceApkMetadata); in CreatePatch()
202 uint64_t DeployPatchGenerator::BuildIdenticalEntries(std::vector<SimpleEntry>& outIdenticalEntries, in BuildIdenticalEntries() function in DeployPatchGenerator