Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc83 const std::string& output_path) { in CombineTargetZipFiles() argument
97 if (mkdir(output_path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH) < 0) { in CombineTargetZipFiles()
98 LOG(ERROR) << "Could not create directory " << output_path; in CombineTargetZipFiles()
101 std::string output_meta = output_path + "/META"; in CombineTargetZipFiles()
144 auto misc_output_path = output_path + "/" + kMiscInfoPath; in CombineTargetZipFiles()
167 if (!default_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
180 if (!default_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
195 if (!system_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
208 if (!system_target_archive.ExtractFiles({name}, output_path)) { in CombineTargetZipFiles()
218 const std::string& output_path) { in BuildSuperImage() argument
[all …]
Dsuper_image_mixer.h28 SuperImageRebuilderComponent(const std::string* output_path);
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
Dgen_vk_internal_shaders.py277 def __init__(self, shader_file, preprocessor_args, output_path): argument
282 self.output_path = output_path
296 with open(self.output_path, 'ab') as incfile:
305 def __init__(self, shader_file, shader_basename, variation_string, output_path, argument
312 self.output_path = output_path
324 self.output_path))
328 description = self.output_path + ': ' + self.shader_basename + self.variation_string
367 def add_job(self, shader_file, shader_basename, variation_string, output_path, compile_args, argument
380 output_path, compile_args, preprocessor_args))
436 output_path = get_output_path(output_name)
[all …]
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc496 const std::string& output_path) { in AggregateImage() argument
502 auto output = SharedFD::Creat(output_path, 0600); in AggregateImage()
505 LOG(FATAL) << "Could not write GPT beginning to \"" << output_path in AggregateImage()
513 << "\" to \"" << output_path << "\": " << output->StrError(); in AggregateImage()
520 LOG(FATAL) << "Could not write partition padding to \"" << output_path in AggregateImage()
525 LOG(FATAL) << "Could not write GPT end to \"" << output_path in AggregateImage()
Dimage_aggregator.h54 const std::string& output_path);
/device/generic/vulkan-cereal/scripts/
Dgenerate-dispatch-headers.sh29 local output_path=$3
30 scripts/gen-entries.py --mode=$mode $entries_file --output=$output_path
/device/google/cuttlefish/host/commands/mkenvimage_slim/
Dmkenvimage_slim.cc40 DEFINE_string(output_path, "", "output file path");
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dtrace_config.pbzero.h94 ::protozero::ConstChars output_path() const { return at<29>().as_string(); } in output_path() function
Dperfetto.cc36199 ::protozero::ConstChars output_path() const { return at<29>().as_string(); } in output_path() function in perfetto::protos::pbzero::TraceConfig_Decoder
37742 if (!fd ^ !cfg.output_path().empty()) { in EnableTracing()
37749 if (!cfg.output_path().empty()) { in EnableTracing()
37750 fd = CreateTraceFile(cfg.output_path()); in EnableTracing()
52453 if (trace_config.write_into_file() && trace_config.output_path().empty()) in EnableTracing()
Dperfetto.h1043 const std::string& output_path() const { return output_path_; } in output_path() function
17350 ::protozero::ConstChars output_path() const { return at<29>().as_string(); }
50426 const std::string& output_path() const { return output_path_; }
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto1353 // When true && |output_path| is empty, the EnableTracing() request must
1356 // If |output_path| is not empty no fd should be passed, the service
1366 optional string output_path = 29; field
/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
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp48170 ::protozero::ConstChars output_path() const { return at<29>().as_string(); } in output_path() function in perfetto::protos::pbzero::TraceConfig_Decoder
51789 if (!fd ^ !cfg.output_path().empty()) { in EnableTracing()
51798 if (!cfg.output_path().empty()) { in EnableTracing()
51799 fd = CreateTraceFile(cfg.output_path(), /*overwrite=*/false); in EnableTracing()
51806 cfg.output_path().c_str()); in EnableTracing()
67626 if (trace_config.write_into_file() && trace_config.output_path().empty()) in EnableTracing()
Dperfetto.h6034 const std::string& output_path() const { return output_path_; }
31865 ::protozero::ConstChars output_path() const { return at<29>().as_string(); }
126376 const std::string& output_path() const { return output_path_; }