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.cc503 void CreateCompositeDisk(std::vector<ImagePartition> partitions, in CreateCompositeDisk() function
512 return CreateCompositeDisk(std::move(multiple_image_partitions), header_file, in CreateCompositeDisk()
516 void CreateCompositeDisk(std::vector<MultipleImagePartition> partitions, in CreateCompositeDisk() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp202 CreateCompositeDisk(partitions_, AbsolutePath(header_path_), in BuildCompositeDiskIfNecessary()