Searched refs:image_name (Results 1 - 4 of 4) sorted by relevance
/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | img_hash_check.rs | 56 image_name: String, 114 HashHeader {image_name: String::new(), hash_num: 0, img_size: Default::default()} in new() 123 self.image_name = String::from_utf8(Vec::from(&buffer[0..32])).unwrap().trim_end_matches('\0').to_owned(); in read_from_le_bytes() 124 updaterlog!(INFO, "HashHeader read_from_le_bytes image_name {}", self.image_name); in read_from_le_bytes() 198 hash_data_map.insert(hash_header.image_name, single_data); in load_img_hash_data()
|
/base/update/packaging_tools/ |
H A D | script_generator.py | 190 def image_write(self, partition, image_name, image_path):
191 return self.raw_image_write(partition, image_name)
193 def raw_image_write(self, partition, image_name):
199 cmd = 'raw_image_write("/%s", "/%s");\n' % (partition, image_name)
|
H A D | build_update.py | 475 def generate_image_map_file(image_path, map_path, image_name):
479 :param image_name: image name
485 image_name, UPDATE_LOGGER.ERROR_LOG)
488 cmd = [E2FSDROID_PATH, "-B", map_path, "-a", "/%s" % image_name, image_path, "-e"]
493 (image_name, err.decode()), UPDATE_LOGGER.ERROR_LOG)
495 UPDATE_LOGGER.print_log("%s.map generate success" % image_name, UPDATE_LOGGER.INFO_LOG)
|
/base/startup/hvb/libhvb/include/ |
H A D | hvb_cert.h | 92 uint8_t image_name[VERITY_NAME_SIZE]; member
|
Completed in 4 milliseconds