Searched refs:copy_prop (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | build_image.py | 574 def copy_prop(src_p, dest_p): function 607 copy_prop(p, p) 611 copy_prop("avb_system_hashtree_enable", "avb_hashtree_enable") 612 copy_prop("avb_system_add_hashtree_footer_args", 614 copy_prop("avb_system_key_path", "avb_key_path") 615 copy_prop("avb_system_algorithm", "avb_algorithm") 616 copy_prop("avb_system_salt", "avb_salt") 617 copy_prop("fs_type", "fs_type") 620 copy_prop("system_fs_type", "fs_type") 621 copy_prop("system_headroom", "partition_headroom") [all …]
|