Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc88 const std::string& output_path) { in CombineTargetZipFiles() argument
102 if (mkdir(output_path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in CombineTargetZipFiles()
103 LOG(ERROR) << "Could not create directory " << output_path; in CombineTargetZipFiles()
106 std::string output_meta = output_path + "/META"; in CombineTargetZipFiles()
142 auto misc_output_path = output_path + "/" + kMiscInfoPath; in CombineTargetZipFiles()
165 if (!default_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
178 if (!default_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
193 if (!system_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
206 if (!system_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
216 const std::string& output_path) { in BuildSuperImage() argument
[all …]
Dsuper_image_mixer.h23 const std::string& output_path);
Dimage_aggregator.h28 const std::string& output_path);
Dimage_aggregator.cc290 const std::string& output_path) { in AggregateImage() argument
295 BptToolMakeDiskImage(partitions, table_fd, output_path); in AggregateImage()