HomeSort by relevance Sort by last modified time
    Searched refs:image_props (Results 1 - 2 of 2) sorted by null

  /build/make/tools/releasetools/
add_img_to_target_files 238 image_props = build_image.ImagePropFromGlobalDict(info_dict, what)
242 image_props["fs_type"] = fstab[mount_point].fs_type
248 image_props["timestamp"] = int(timestamp)
262 image_props["fs_config"] = fs_config
264 image_props["block_list"] = block_list.name
275 image_props["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
277 image_props["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
280 image_props, output_file.name)
290 is_verity_partition = "verity_block_device" in image_props
291 verity_supported = (image_props.get("verity") == "true" o
    [all...]
add_img_to_target_files.py 238 image_props = build_image.ImagePropFromGlobalDict(info_dict, what)
242 image_props["fs_type"] = fstab[mount_point].fs_type
248 image_props["timestamp"] = int(timestamp)
262 image_props["fs_config"] = fs_config
264 image_props["block_list"] = block_list.name
275 image_props["uuid"] = str(uuid.uuid5(uuid.NAMESPACE_URL, uuid_seed))
277 image_props["hash_seed"] = str(uuid.uuid5(uuid.NAMESPACE_URL, hash_seed))
280 image_props, output_file.name)
290 is_verity_partition = "verity_block_device" in image_props
291 verity_supported = (image_props.get("verity") == "true" o
    [all...]

Completed in 364 milliseconds