Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs218 type_: ZbiType, in new()
237 header.type_ = type_ as u32; in new()
330 Some(ZbiItem { header, payload: _ }) if header.type_ == ZBI_ARCH_KERNEL_TYPE as u32 => { in is_bootable()
358 if header.type_ != ZbiType::Container as u32 { in parse()
502 type_: ZbiType, in create_entry_with_payload()
508 self.create_entry(type_, extra, flags, payload.len()) in create_entry_with_payload()
554 type_: ZbiType, in create_entry()
566 ZbiItem::new(&mut self.buffer[length..], type_, extra, flags, payload_length)?; in create_entry()
1230 type_: ZbiType::KernelX64 as u32, in get_header_default()
1254 type_: ZBI_TYPE_CONTAINER, in container_hdr()
[all …]
Dzbi_format.rs114 pub type_: zbi_type_t, field
138 unsafe { ::std::ptr::addr_of!((*ptr).type_) as usize - ptr as usize }, in bindgen_test_layout_zbi_header_t()
140 concat!("Offset of field: ", stringify!(zbi_header_t), "::", stringify!(type_)) in bindgen_test_layout_zbi_header_t()
/bootable/deprecated-ota/applypatch/
Dimgdiff.cpp260 : type_(type), in ImageChunk()
275 if (type_ == CHUNK_DEFLATE) { in DataForPatch()
282 if (type_ == CHUNK_DEFLATE) { in DataLengthForPatch()
289 LOG(INFO) << "chunk: " << index << ", type: " << type_ << ", start: " << start_ in Dump()
294 if (type_ != other.type_) { in operator ==()
306 if (type_ != CHUNK_DEFLATE) { in SetBonusData()
314 if (type_ != CHUNK_DEFLATE) return; in ChangeDeflateChunkToNormal()
315 type_ = CHUNK_NORMAL; in ChangeDeflateChunkToNormal()
321 if (type_ != CHUNK_NORMAL || other.type_ != CHUNK_NORMAL) { in IsAdjacentNormal()
381 if (type_ != CHUNK_DEFLATE) { in ReconstructDeflateChunk()
[all …]
/bootable/deprecated-ota/updater/include/private/
Dcommands.h307 : type_(type), in Command()
326 return type_; in type()
362 return type_ != Type::LAST;
388 Type type_{ Type::LAST };
/bootable/deprecated-ota/applypatch/include/applypatch/
Dimgdiff_image.h45 return type_; in GetType()
106 int type_; // CHUNK_NORMAL, CHUNK_DEFLATE, CHUNK_RAW variable
145 int type_; variable
/bootable/libbootloader/gbl/efi/src/
Dandroid_boot.rs400 type_: crate::utils::efi_to_e820_mem_type(mem.memory_type), in android_boot_demo()
/bootable/deprecated-ota/updater/
Dcommands.cpp41 : type_(type), in Command()
/bootable/libbootloader/gbl/libefi/src/
Dlib.rs951 type_: u32, in create_event()
959 trace.inputs.push_back((type_, notify_tpl, notify_fn, notify_ctx)); in create_event()