Home
last modified time | relevance | path

Searched refs:inner_patch (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/lz4diff/
Dlz4patch.cc64 std::string_view inner_patch; member
149 patch.inner_patch = in ParseLz4DifffPatch()
231 ToStringView(decompressed_src), patch.inner_patch, decompressed_dst)); in ApplyInnerPatch()
235 ToStringView(decompressed_src), patch.inner_patch, decompressed_dst)); in ApplyInnerPatch()
Dlz4diff.cc122 static bool ConstructLz4diffPatch(Blob inner_patch, in ConstructLz4diffPatch() argument
135 patch.insert(patch.end(), inner_patch.begin(), inner_patch.end()); in ConstructLz4diffPatch()