OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoc_path
(Results
1 - 5
of
5
) sorted by null
/external/grpc-grpc/src/ruby/tools/bin/
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/tools/
protoc_helper.py
22
def run(encode_or_decode,
protoc_path
, proto, root, input, output):
24
protoc_path
,
42
parser.add_argument('--
protoc_path
', default=None,
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)
gen_all
23
def
protoc_path
(out_directory):
function
51
call('gen_binary_descriptors', '--protoc',
protoc_path
(out))
gen_binary_descriptors
70
def generate(source, target,
protoc_path
):
77
protoc_path
,
146
assert protoc, 'protoc not found specific (--protoc
PROTOC_PATH
)'
/external/perfetto/src/traced/probes/ftrace/test/
test_proto_gen.py
30
protoc_path
= sys.argv[2]
36
protoc_path
,
Completed in 208 milliseconds