Searched refs:image_name (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/build/ohos/images/ |
H A D | build_image.py | 120 if args.image_name == 'system': 122 elif args.image_name == 'updater': 124 elif args.image_name == 'updater_ramdisk': 126 elif args.image_name == 'ramdisk': 163 if args.image_name == 'userdata': 165 elif args.image_name == 'eng_system':
|
/ohos5.0/build/ohos/images/mkimage/ |
H A D | mkimages.py | 132 image_name = device.split("/")[-1] 133 if image_name == "system.img": 135 elif image_name == "ramdisk.img": 137 elif image_name == "updater_ramdisk.img":
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | img_hash_check.rs | 56 image_name: String, field 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_… 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()
|
/ohos5.0/base/update/packaging_tools/ |
H A D | script_generator.py | 190 def image_write(self, partition, image_name, image_path): argument 191 return self.raw_image_write(partition, image_name) 193 def raw_image_write(self, partition, image_name): argument 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): argument 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)
|
/ohos5.0/base/startup/init/services/etc/ |
H A D | BUILD.gn | 78 image_name = [ "system" ] 81 image_name += [ "eng_system" ] 85 install_images = image_name
|
/ohos5.0/build/ohos/notice/ |
H A D | merge_notice_files.py | 70 if options.image_name == "system": 77 elif options.image_name == "sdk": 79 elif options.image_name == "ndk":
|
/ohos5.0/base/startup/hvb/libhvb/include/ |
H A D | hvb_cert.h | 91 uint8_t image_name[VERITY_NAME_SIZE]; member
|