Home
last modified time | relevance | path

Searched refs:partition_json (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc86 Json::Value partition_json; in BpttoolInput() local
87 partition_json["label"] = partitions[i].label; in BpttoolInput()
88 partition_json["size"] = (Json::Int64) file_sizes[i]; in BpttoolInput()
89 partition_json["guid"] = "auto"; in BpttoolInput()
90 partition_json["type_guid"] = "linux_fs"; in BpttoolInput()
91 bpttool_input_json["partitions"].append(partition_json); in BpttoolInput()