Searched refs:protoc_path (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/ruby/tools/bin/ |
D | grpc_tools_ruby_protoc | 29 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/ |
D | test_proto_gen.py | 32 protoc_path = sys.argv[2] variable 37 test_command(protoc_path, proto_path, '--proto_path=' + tmpdir,
|
/external/openscreen/third_party/protobuf/ |
D | proto_library.gni | 48 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/ |
D | gen_all | 27 def protoc_path(out_directory): function 62 call('gen_binary_descriptors', '--protoc', protoc_path(out), *check_only)
|
D | gen_binary_descriptors | 73 def generate(source, target, protoc_path): argument 78 protoc_path,
|
/external/perfetto/gn/standalone/ |
D | proto_library.gni | 153 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/ |
D | create_seed_file_pair.py | 61 ps = subprocess.Popen([args.protoc_path, '--proto_path=%s' % ABS_PATH,
|