Searched defs:patch (Results 1 – 6 of 6) sorted by relevance
| /bootable/recovery/tests/component/ |
| D | imgdiff_test.cpp | 40 static void verify_patch_header(const std::string& patch, size_t* num_normal, size_t* num_raw, in verify_patch_header() 85 static void GenerateTarget(const std::string& src, const std::string& patch, std::string* patched) { in GenerateTarget() 95 static void verify_patched_image(const std::string& src, const std::string& patch, in verify_patched_image() 135 std::string patch; in TEST() local 184 std::string patch; in TEST() local 233 std::string patch; in TEST() local 285 std::string patch; in TEST() local 328 std::string patch; in TEST() local 371 std::string patch; in TEST() local 437 std::string patch; in TEST() local [all …]
|
| D | applypatch_test.cpp | 220 std::string patch = boot_img_sha1 + ":" + from_testdata_base("recovery-from-boot.p"); in TEST_F() local 368 std::string patch = boot_img_sha1 + ":" + from_testdata_base("recovery-from-boot-with-bonus.p"); in TEST_F() local
|
| /bootable/recovery/applypatch/ |
| D | imgpatch.cpp | 53 const Value& patch, size_t patch_offset, in ApplyBSDiffPatchAndStreamOutput() 137 Value patch(VAL_BLOB, std::string(reinterpret_cast<const char*>(patch_data), patch_size)); in ApplyImagePatch() local 141 int ApplyImagePatch(const unsigned char* old_data, size_t old_size, const Value& patch, SinkFn sink, in ApplyImagePatch()
|
| D | bspatch.cpp | 68 int ApplyBSDiffPatch(const unsigned char* old_data, size_t old_size, const Value& patch, in ApplyBSDiffPatch()
|
| D | applypatch.cpp | 596 static int GenerateTarget(const FileContents& source_file, const std::unique_ptr<Value>& patch, in GenerateTarget()
|
| D | imgdiff.cpp | 549 for (const auto& patch : patch_chunks) { in WritePatchDataToFd() local 568 for (const auto& patch : patch_chunks) { in WritePatchDataToFd() local
|