Searched refs:copy_prop (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | build_image.py | 516 def copy_prop(src_p, dest_p): function 546 copy_prop(p, p) 550 copy_prop("avb_system_hashtree_enable", "avb_hashtree_enable") 551 copy_prop("avb_system_add_hashtree_footer_args", 553 copy_prop("avb_system_key_path", "avb_key_path") 554 copy_prop("avb_system_algorithm", "avb_algorithm") 555 copy_prop("avb_system_salt", "avb_salt") 556 copy_prop("fs_type", "fs_type") 559 copy_prop("system_fs_type", "fs_type") 560 copy_prop("system_headroom", "partition_headroom") [all …]
|