Searched refs:proto_file (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/tools/ |
D | proto_check.py | 31 def proto_generates_gen_file(proto_file, proto_gen_file): argument 42 module_name = proto_utils.compile_proto(proto_file, tmp_dir) 60 for proto_file in proto_files: 61 gen_filename = os.path.basename(proto_file).replace('.proto', '_pb2.py') 66 and path.startswith(os.path.dirname(proto_file))): 72 for root, _, filenames in os.walk(os.path.dirname(proto_file)): 81 if gen_file and not proto_generates_gen_file(proto_file, gen_file): 83 % (proto_file, gen_file)) 87 protoc, '-I=%s' % os.path.dirname(proto_file), 88 '--python_out=%s' % os.path.dirname(gen_file), proto_file])
|
/tools/asuite/atest/ |
D | atest_utils.py | 801 with open(path, 'rb') as proto_file: 803 msg.ParseFromString(proto_file.read())
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/ |
D | plugin.proto | 58 // descriptor will be included in proto_file, below. 75 repeated FileDescriptorProto proto_file = 15; field
|