Home
last modified time | relevance | path

Searched refs:plugin_path (Results 1 – 10 of 10) sorted by relevance

/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dgenerate_protos.py148 if args.plugin_path is None and args.language not in BUILTIN_PROTOC_LANGS:
160 if os.name == 'nt' and args.plugin_path:
161 if args.plugin_path.with_suffix('.bat').exists():
162 args.plugin_path = args.plugin_path.with_suffix('.bat')
163 _LOG.debug('Using Batch plugin %s', args.plugin_path)
169 args.plugin_path = wrapper_script = Path(file.name)
170 _LOG.debug('Using generated plugin wrapper %s', args.plugin_path)
/external/grpc-grpc/src/ruby/tools/bin/
Dgrpc_tools_ruby_protoc_plugin22 plugin_path = File.join(File.dirname(__FILE__),
26 exec([ plugin_path, plugin_path ], *ARGV)
Dgrpc_tools_ruby_protoc31 plugin_path = File.join(protoc_dir, plugin_name)
33 exec([ protoc_path, protoc_path ], "--plugin=protoc-gen-grpc=#{plugin_path}", *ARGV)
/external/llvm-project/lldb/test/API/tools/intel-features/intel-pt/test/
DTestIntelPTSimpleBinary.py24 plugin_path = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
25 self.runCmd("plugin load " + plugin_path)
/external/perfetto/gn/standalone/
Dproto_library.gni69 plugin_path =
74 plugin_path = invoker.generator_plugin_script
198 plugin_path_rebased = rebase_path(plugin_path, root_build_dir)
229 inputs += [ plugin_path ]
/external/crosvm/src/plugin/
Dmod.rs688 let plugin_path = match cfg.executable_path { in run_config() localVariable
689 Some(Executable::Plugin(ref plugin_path)) => plugin_path.as_path(), in run_config()
704 let mut plugin = Process::new(vcpu_count, plugin_path, &plugin_args, jail)?; in run_config()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc301 std::string plugin_path; in RunWithArgs() local
303 plugin_path = GOOGLE_PROTOBUF_TEST_PLUGIN_PATH; in RunWithArgs()
327 plugin_path = possible_paths[i]; in RunWithArgs()
333 if (plugin_path.empty()) { in RunWithArgs()
337 args.push_back("--plugin=prefix-gen-plug=" + plugin_path); in RunWithArgs()
/external/tensorflow/third_party/systemlibs/
Dgrpc.bazel.protobuf.bzl120 "--plugin=protoc-gen-{plugin_name}={plugin_path}".format(
122 plugin_path = plugin.path,
/external/rust/crates/grpcio-sys/grpc/bazel/
Dprotobuf.bzl121 "--plugin=protoc-gen-{plugin_name}={plugin_path}".format(
123 plugin_path = plugin.path,
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py1018 for plugin_path in pargs.plugins:
1019 plugin_proxy.load_plugin_from_file(plugin_path)