Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc239 .image_file_paths = std::vector{source.image_file_path}, in ToMultipleImagePartition()
278 for (const auto& path : source.image_file_paths) { in AppendPartition()
314 for (const auto& path : partition.source.image_file_paths) { in MakeCompositeDiskSpec()
Dimage_aggregator.h41 std::vector<std::string> image_file_paths; member