Home
last modified time | relevance | path

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

/aosp_15_r20/external/zucchini/
H A Dpatch_reader.cc21 PatchElementHeader unsafe_element_header; in ParseElementMatch() local
22 if (!source->GetValue(&unsafe_element_header)) { in ParseElementMatch()
27 CastToExecutableType(unsafe_element_header.exe_type); in ParseElementMatch()
33 if (element_version != unsafe_element_header.version) { in ParseElementMatch()
35 << ", Actual:" << unsafe_element_header.version; in ParseElementMatch()
38 if (!unsafe_element_header.old_length || !unsafe_element_header.new_length) { in ParseElementMatch()
44 const auto& element_header = unsafe_element_header; in ParseElementMatch()