Home
last modified time | relevance | path

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

/aosp_15_r20/system/update_engine/lz4diff/
H A Dlz4diff.cc69 std::string patch_content; in StoreDstCompressedFileInfo() local
70 TEST_AND_RETURN_FALSE(utils::ReadFile(patch.path(), &patch_content)); in StoreDstCompressedFileInfo()
71 pb_block.set_postfix_bspatch(std::move(patch_content)); in StoreDstCompressedFileInfo()
/aosp_15_r20/bootable/deprecated-ota/tests/unit/
H A Dupdater_test.cpp658 std::string patch_content; in GetEntriesForBsdiff() local
659 ASSERT_TRUE(android::base::ReadFileToString(patch_file.path, &patch_content)); in GetEntriesForBsdiff()
673 android::base::StringPrintf("bsdiff 0 %zu %s %s 2,0,%zu %zu 2,0,%zu", patch_content.size(), in GetEntriesForBsdiff()
681 { "patch_data", patch_content }, in GetEntriesForBsdiff()
/aosp_15_r20/build/make/tools/releasetools/
H A Dblockimgdiff.py1531 patch_content = f.read(patch_length)
1539 patch_content))