Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc294 auto table_fd = BpttoolMakeTable(input_json_fd); in AggregateImage() local
295 BptToolMakeDiskImage(partitions, table_fd, output_path); in AggregateImage()
303 auto table_fd = BpttoolMakeTable(JsonToFd(bpttool_input_json)); in CreateCompositeDisk() local
304 auto table = FdToJson(table_fd); in CreateCompositeDisk()