Searched refs:proto_path (Results 1 – 3 of 3) sorted by relevance
26 def compile_proto(proto_path, output_dir): argument44 if not os.path.exists(proto_path):45 logging.error('Can\'t find required file: %s\n' % proto_path)54 input_dir = os.path.dirname(proto_path)55 output_filename = os.path.basename(proto_path).replace('.proto', '_pb2.py')59 proto_path68 def compile_import_proto(output_dir, proto_path): argument76 output_module_name = compile_proto(proto_path, output_dir)
174 RemoveFileIfExists(proto_path(user_id), nullptr); in remove_user_ce()178 string proto_file = proto_path(user_id); in load_proto()240 string proto_file = proto_path(user_id); in flush_proto_data()
94 string proto_path(userid_t user_id) { in proto_path() function