Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.h68 void CreateCompositeDisk(std::vector<ImagePartition> partitions,
77 void CreateCompositeDisk(std::vector<MultipleImagePartition> partitions,
Dimage_aggregator.cc524 void CreateCompositeDisk(std::vector<ImagePartition> partitions, in CreateCompositeDisk() function
533 return CreateCompositeDisk(std::move(multiple_image_partitions), header_file, in CreateCompositeDisk()
537 void CreateCompositeDisk(std::vector<MultipleImagePartition> partitions, in CreateCompositeDisk() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp203 CreateCompositeDisk(partitions_, AbsolutePath(header_path_), in BuildCompositeDiskIfNecessary()