Searched refs:image_props (Results 1 – 3 of 3) sorted by relevance
581 image_props = build_image.ImagePropFromGlobalDict(info_dict, what)582 image_props["timestamp"] = FIXED_FILE_TIMESTAMP596 image_props["fs_config"] = fs_config598 image_props["block_list"] = block_list.name601 os.path.join(input_dir, what.upper()), image_props, output_file.name)608 is_verity_partition = "verity_block_device" in image_props609 verity_supported = (image_props.get("avb_enable") == "true")610 is_avb_enable = image_props.get("avb_hashtree_enable") == "true"612 image_size = image_props.get("image_size")621 info_dict.update(build_image.GlobalDictFromImageProp(image_props, what))[all …]
505 def SetUUIDIfNotExist(image_props): argument510 what = image_props["mount_point"]511 fingerprint = image_props.get("fingerprint", "")514 image_props["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))516 image_props["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
333 image_props = build_image.ImagePropFromGlobalDict(335 verity_image_builder = verity_utils.CreateVerityImageBuilder(image_props)