Lines Matching refs:get
90 if ranges.extra.get('uses_shared_blocks'):
95 incomplete = file_ranges.extra.get('incomplete', False)
122 if info_dict.get('extfs_sparse_flag') != '-s':
163 board_uses_vendorimage = info_dict.get("board_uses_vendorimage") == "true"
185 full_recovery_image = info_dict.get("full_recovery_image") == "true"
276 if info_dict.get('boot_signer') == 'true':
304 if info_dict.get('verity') == 'true':
323 if info_dict.get("system_root_image") != "true":
356 if info_dict.get("avb_enable") == "true":
371 custom_partitions = info_dict.get(
378 if info_dict.get(key_name) is not None:
379 if info_dict.get('ab_update') != 'true' and partition == 'recovery':
384 key_file = options.get(key_name, info_dict[key_name])
390 boot_images = info_dict.get("boot_images")
411 if (info_dict.get('ab_update') != 'true' and
412 info_dict.get('no_recovery') != 'true'):