Searched refs:protoc_path (Results 1 – 6 of 6) sorted by relevance
/external/perfetto/tools/ |
D | protoc_helper.py | 22 def run(encode_or_decode, protoc_path, proto, root, input, output): argument 24 protoc_path, 54 protoc_path = args.protoc_path 58 if not protoc_path: 60 protoc_path = os.path.join(directory, 'gcc_like_host', 'protoc') 61 run(encode_or_decode, protoc_path, proto_name, root, input, output)
|
D | gen_all | 23 def protoc_path(out_directory): function 51 call('gen_binary_descriptors', '--protoc', protoc_path(out))
|
D | gen_binary_descriptors | 70 def generate(source, target, protoc_path): argument 77 protoc_path,
|
/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 | 30 protoc_path = sys.argv[2] variable 36 protoc_path,
|
/external/perfetto/gn/standalone/ |
D | proto_library.gni | 113 protoc_path = get_label_info(protoc_label, "root_out_dir") + "/protoc" 117 "./" + rebase_path(protoc_path, root_build_dir), 152 protoc_path,
|