Home
last modified time | relevance | path

Searched refs:proto_dir (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc-java/buildscripts/
Dbuild_docker.sh4 readonly proto_dir="$(mktemp -d protobuf.XXXXXX)"
7 …om/google/protobuf/archive/61476b8e74357ea875f71bb321874ca4530b7d50.tar.gz | tar xz -C "$proto_dir"
9 docker build -t protoc-artifacts "$proto_dir"/protobuf-61476b8e74357ea875f71bb321874ca4530b7d50/pro…
10 rm -r "$proto_dir"
/external/autotest/server/hosts/drone_api_client/
Dbuildprotos.py24 proto_dir = get_proto_dir()
25 if os.path.isfile(proto_dir):
26 copyfile(proto_dir, PROTO_NAME)
28 raise Exception("Protos not found @ {}".format(proto_dir))
/external/openscreen/third_party/protobuf/
Dprotoc_wrapper.py100 proto_dir = os.path.relpath(options.proto_in_dir)
125 protoc_cmd += ["--proto_path", proto_dir]
129 protoc_cmd += [os.path.join(proto_dir, name) for name in protos]
Dproto_library.gni28 proto_dir = get_path_info(proto, "dir")
30 proto_path = proto_dir + "/" + proto_name
/external/rust/crates/grpcio-sys/grpc/src/proto/
Dgen_build_yaml.py51 proto_dir = os.path.abspath(os.path.dirname(sys.argv[0]))
52 os.chdir(os.path.join(proto_dir, '../..'))
/external/grpc-grpc/src/proto/
Dgen_build_yaml.py45 proto_dir = os.path.abspath(os.path.dirname(sys.argv[0]))
46 os.chdir(os.path.join(proto_dir, '../..'))
/external/wayland/protocol/
Dgenerate-shm-formats.py16 proto_dir = os.path.dirname(os.path.realpath(__file__)) variable
17 wayland_proto = proto_dir + "/wayland.xml"
/external/perfetto/gn/standalone/
Dproto_library.gni107 proto_dir = get_path_info(proto, "dir")
109 proto_path = proto_dir + "/" + proto_name