Home
last modified time | relevance | path

Searched refs:proto_file (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/tools/
Dproto_check.py76 def proto_generates_gen_file(proto_file, proto_gen_file): argument
87 module_name = compile_proto(proto_file, tmp_dir)
105 for proto_file in proto_files:
106 gen_filename = os.path.basename(proto_file).replace('.proto', '_pb2.py')
111 and path.startswith(os.path.dirname(proto_file))):
117 for root, _, filenames in os.walk(os.path.dirname(proto_file)):
126 if gen_file and not proto_generates_gen_file(proto_file, gen_file):
128 % (proto_file, gen_file))
132 protoc, '-I=%s' % os.path.dirname(proto_file),
133 '--python_out=%s' % os.path.dirname(gen_file), proto_file])
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto58 // descriptor will be included in proto_file, below.
75 repeated FileDescriptorProto proto_file = 15; field
/tools/asuite/atest/
Datest_utils.py995 with open(path, 'rb') as proto_file:
997 msg.ParseFromString(proto_file.read())