Home
last modified time | relevance | path

Searched refs:protoc_path (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/src/ruby/tools/bin/
Dgrpc_tools_ruby_protoc29 protoc_path = File.join(protoc_dir, protoc_name)
33 exec([ protoc_path, protoc_path ], "--plugin=protoc-gen-grpc=#{plugin_path}", *ARGV)
/external/perfetto/src/traced/probes/ftrace/test/
Dtest_proto_gen.py32 protoc_path = sys.argv[2] variable
37 test_command(protoc_path, proto_path, '--proto_path=' + tmpdir,
/external/openscreen/third_party/protobuf/
Dproto_library.gni48 protoc_path = get_label_info(protoc_label, "root_out_dir") + "/protoc"
54 "./" + rebase_path(protoc_path, root_build_dir),
67 inputs = [ protoc_path ]
/external/perfetto/tools/
Dgen_all27 def protoc_path(out_directory): function
62 call('gen_binary_descriptors', '--protoc', protoc_path(out), *check_only)
Dgen_binary_descriptors73 def generate(source, target, protoc_path): argument
78 protoc_path,
/external/perfetto/gn/standalone/
Dproto_library.gni153 protoc_path = get_label_info(protoc_label, "root_out_dir") + "/protoc" +
155 protoc_rebased_path = "./" + rebase_path(protoc_path, root_build_dir)
214 inputs = [ protoc_path ]
/external/zucchini/fuzzers/
Dcreate_seed_file_pair.py61 ps = subprocess.Popen([args.protoc_path, '--proto_path=%s' % ABS_PATH,