Searched refs:copy_prop (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | build_image.py | 505 def copy_prop(src_p, dest_p): function 536 copy_prop(p, p) 540 copy_prop("avb_system_hashtree_enable", "avb_hashtree_enable") 541 copy_prop("avb_system_add_hashtree_footer_args", 543 copy_prop("avb_system_key_path", "avb_key_path") 544 copy_prop("avb_system_algorithm", "avb_algorithm") 545 copy_prop("fs_type", "fs_type") 548 copy_prop("system_fs_type", "fs_type") 549 copy_prop("system_headroom", "partition_headroom") 550 copy_prop("system_size", "partition_size") [all …]
|