Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch_modes.cpp136 std::vector<std::unique_ptr<Value>> patches; in PatchMode() local
138 patches.push_back(std::make_unique<Value>( in PatchMode()
141 return applypatch(argv[1], argv[2], argv[3], target_size, sha1s, patches, &bonus); in PatchMode()
/bootable/recovery/tests/component/
Dapplypatch_test.cpp146 patches.push_back( in SetUpTestCase()
150 patches.push_back( in SetUpTestCase()
156 patches.clear(); in TearDownTestCase()
159 static std::vector<std::unique_ptr<Value>> patches; member in ApplyPatchFullTest
187 std::vector<std::unique_ptr<Value>> ApplyPatchFullTest::patches; member in ApplyPatchFullTest
/bootable/recovery/updater/
Dinstall.cpp662 std::vector<std::unique_ptr<Value>> patches; in ApplyPatchFn() local
665 patches.push_back(std::move(arg_values[i * 2 + 1])); in ApplyPatchFn()
670 patch_sha_str, patches, nullptr); in ApplyPatchFn()