Home
last modified time | relevance | path

Searched defs:new_hdr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp227 auto new_hdr = reinterpret_cast<vendor_boot_img_hdr_v3*>(updater.new_begin()); in replace_default_vendor_ramdisk() local
355 auto new_hdr = reinterpret_cast<vendor_boot_img_hdr_v4*>(updater.new_begin()); in replace_vendor_ramdisk_fragment() local
/aosp_15_r20/external/mesa3d/src/util/
H A Du_debug_memory.c226 struct debug_memory_header *old_hdr, *new_hdr; in debug_realloc() local
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc2876 void IcingDynamicTrie::SetHeader(const IcingDynamicTrieHeader &new_hdr) { in SetHeader()