Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc81 Json::Value bpttool_input_json; in BpttoolInput() local
82 bpttool_input_json["settings"] = Json::Value(); in BpttoolInput()
83 bpttool_input_json["settings"]["disk_size"] = (Json::Int64) total_size; in BpttoolInput()
84 bpttool_input_json["partitions"] = Json::Value(Json::arrayValue); in BpttoolInput()
91 bpttool_input_json["partitions"].append(partition_json); in BpttoolInput()
93 return bpttool_input_json; in BpttoolInput()
292 auto bpttool_input_json = BpttoolInput(partitions); in AggregateImage() local
293 auto input_json_fd = JsonToFd(bpttool_input_json); in AggregateImage()
302 auto bpttool_input_json = BpttoolInput(partitions); in CreateCompositeDisk() local
303 auto table_fd = BpttoolMakeTable(JsonToFd(bpttool_input_json)); in CreateCompositeDisk()
[all …]