Lines Matching refs:split
404 key, value = line.strip().split('=', 1)
409 partitions = value.split()
465 unzipped_file = os.path.join(input_tmp, *info.filename.split('/'))
678 ab_partitions_file = os.path.join(input_tmp, *AB_PARTITIONS.split('/'))
719 unzipped_file = os.path.join(input_tmp, *src.split('/'))
907 "partial_ota_update_partitions_list").split()
916 "partial_ota_update_partitions_list").split()
966 target_file, target_info.get("super_block_devices").strip().split(),
967 target_info.get("dynamic_partition_list").strip().split())
978 … AB_PARTITIONS).strip().split("\n")
1127 OPTIONS.oem_source = a.split(',')
1161 OPTIONS.payload_signer_args = shlex.split(a)
1189 partitions = a.split()
1196 custom_partition, custom_image = a.split("=")