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.cc86 const std::string& output_path) { in CombineTargetZipFiles() argument
100 if (mkdir(output_path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in CombineTargetZipFiles()
101 LOG(ERROR) << "Could not create directory " << output_path; in CombineTargetZipFiles()
104 std::string output_meta = output_path + "/META"; in CombineTargetZipFiles()
145 auto misc_output_path = output_path + "/" + kMiscInfoPath; in CombineTargetZipFiles()
168 if (!default_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
181 if (!default_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
190 auto etc_path = output_path + "/" + name_parts[0] + "/etc"; in CombineTargetZipFiles()
201 auto initial_path = output_path + "/" + name; in CombineTargetZipFiles()
202 auto dest_path = output_path + "/" + name_parts[0] + "/etc/" + in CombineTargetZipFiles()
[all …]
Dimage_aggregator.cc359 const std::string& output_path) { in AggregateImage() argument
365 auto output = cuttlefish::SharedFD::Creat(output_path, 0600); in AggregateImage()
368 LOG(FATAL) << "Could not write GPT beginning to \"" << output_path in AggregateImage()
376 << "\" to \"" << output_path << "\": " << output->StrError(); in AggregateImage()
382 LOG(FATAL) << "Could not write GPT end to \"" << output_path in AggregateImage()
Dsuper_image_mixer.h23 const std::string& output_path);
Dimage_aggregator.h36 const std::string& output_path);