Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc74 bool WriteFsConfig(const char* output_path, const std::string& fs_root, in WriteFsConfig() argument
77 open(output_path, O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC, 0644)); in WriteFsConfig()
79 PLOG(ERROR) << "Failed to open " << output_path; in WriteFsConfig()
84 PLOG(ERROR) << "Failed to write to " << output_path; in WriteFsConfig()
87 WalkDirectory(fs_root, [&fd, &output_path, &mount_point, in WriteFsConfig()
97 PLOG(ERROR) << "Failed to write to " << output_path; in WriteFsConfig()
207 const std::string& output_path) { in WriteDepsToFile() argument
216 if (!android::base::WriteStringToFile(ss.str(), output_path)) { in WriteDepsToFile()
217 PLOG(ERROR) << "Failed to write modules.dep to " << output_path; in WriteDepsToFile()
266 bool GenerateFileContexts(const char* output_path, in GenerateFileContexts() argument
[all …]
Dsuper_image_mixer.cc223 const std::string& output_path, in RegenerateVbmeta() argument
227 CF_EXPECT(avbtool.MakeVbMetaImage(output_path, args.chained_partitions, in RegenerateVbmeta()
253 const std::string& output_path) { in BuildSuperImage() argument
264 output_path, in BuildSuperImage()
Dvendor_dlkm_utils.h27 bool WriteFsConfig(const char* output_path, const std::string& fs_root,
30 bool GenerateFileContexts(const char* output_path,
Dmisc_info.cc179 const std::string& output_path) { in WriteMiscInfo() argument
185 SharedFD output_file = SharedFD::Creat(output_path.c_str(), 0644); in WriteMiscInfo()
Dmisc_info.h41 const std::string& output_path);
/device/google/cuttlefish/host/libs/avb/
Davb.cpp98 const std::string& output_path) const { in WriteInfoImage()
99 auto output_file = SharedFD::Creat(output_path, 0666); in WriteInfoImage()
101 output_path, output_file->StrError()); in WriteInfoImage()
110 const std::string& output_path, in GenerateMakeVbMetaImage() argument
121 command.AddParameter(output_path); in GenerateMakeVbMetaImage()
141 const std::string& output_path, in MakeVbMetaImage() argument
145 auto command = GenerateMakeVbMetaImage(output_path, chained_partitions, in MakeVbMetaImage()
150 CF_EXPECT(EnforceVbMetaSize(output_path)); in MakeVbMetaImage()
Davb.h60 const std::string& output_path) const;
62 const std::string& output_path,
72 const SharedFD& output_path) const;
74 const std::string& output_path,
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc469 const std::string& output_path) { in AggregateImage() argument
475 auto output = SharedFD::Creat(output_path, 0600); in AggregateImage()
478 LOG(FATAL) << "Could not write GPT beginning to \"" << output_path in AggregateImage()
486 << "\" to \"" << output_path << "\": " << output->StrError(); in AggregateImage()
493 LOG(FATAL) << "Could not write partition padding to \"" << output_path in AggregateImage()
498 LOG(FATAL) << "Could not write GPT end to \"" << output_path in AggregateImage()
Dimage_aggregator.h54 const std::string& output_path);
/device/google/cuttlefish/host/commands/mkenvimage_slim/
Dmkenvimage_slim.cc38 DEFINE_string(output_path, "", "output file path");
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1627 // When true && |output_path| is empty, the EnableTracing() request must
1630 // If |output_path| is not empty no fd should be passed, the service
1640 optional string output_path = 29; field