Home
last modified time | relevance | path

Searched refs:GOPATH (Results 1 – 17 of 17) sorted by relevance

/third_party/grpc/tools/run_tests/performance/
Dbuild_performance_go.sh20 GOPATH=$(pwd)/../gopath
21 export GOPATH
25 rm -rf "${GOPATH}/src/google.golang.org/grpc"
28 git clone --recursive ../grpc-go "${GOPATH}/src/google.golang.org/grpc"
30 (cd "${GOPATH}/src/google.golang.org/grpc/benchmark/worker" && go install)
Drun_worker_go.sh20 GOPATH=$(pwd)/../gopath
21 export GOPATH
23 "${GOPATH}/bin/worker" "$@"
DREADME.md61 $ $GOPATH/bin/worker --driver_port <driver_port>
/third_party/protobuf/kokoro/linux/benchmark/
Drun.sh70 export GOPATH="$HOME/gocode"
71 mkdir -p "$GOPATH/src/github.com/google"
72 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
73 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
74 export PATH="$GOPATH/bin:$PATH"
/third_party/protobuf/
Dtests.sh164 export GOPATH="$HOME/gocode"
165 mkdir -p "$GOPATH/src/github.com/protocolbuffers"
166 mkdir -p "$GOPATH/src/github.com/golang"
167 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
168 rm -f "$GOPATH/src/github.com/golang/protobuf"
169 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
170 export PATH="$GOPATH/bin:$PATH"
171 …(cd $GOPATH/src/github.com/golang && git clone https://github.com/golang/protobuf.git && cd protob…
/third_party/flutter/skia/infra/bots/
Dbuild_task_drivers.sh10 export GOPATH="$(pwd)/cache/gopath"
/third_party/flutter/skia/third_party/externals/wuffs/lang/wuffsroot/
Dwuffsroot.go41 for _, p := range filepath.SplitList(build.Default.GOPATH) {
/third_party/skia/infra/bots/
Dbuild_task_drivers.sh10 export GOPATH="$(pwd)/cache/gopath"
/third_party/flatbuffers/samples/
Dgo_sample.sh54 export GOPATH=${sampledir}/go_gen/
/third_party/flatbuffers/tests/
DGoTest.sh49 GOPATH=${go_path} go test flatbuffers_test \
/third_party/flutter/flutter/dev/ci/docker_linux/
DDockerfile114 ENV GOPATH=/opt/gopath
115 ENV PATH="${GOPATH}/bin:${PATH}"
/third_party/protobuf/benchmarks/
DREADME.md55 $ export PATH=$PATH:$(go env GOPATH)/bin
58 The first command installs `protoc-gen-go` into the `bin` directory in your local `GOPATH`.
/third_party/flutter/skia/site/dev/tools/
Dmarkdown.md24 that you have `$GOPATH/bin` [added to your PATH](https://golang.org/doc/code.html#GOPATH). Run:
27 cd $GOPATH/src/go.skia.org/infra/doc
/third_party/skia/third_party/externals/swiftshader/docs/
DdEQP.md46 Add new variable GOPATH='`<path to cherry>`'
178 GOPATH='`<path to cherry>`'
/third_party/protobuf/examples/
DREADME.md103 Then, install the Go Protocol Buffers plugin ($GOPATH/bin must be in your $PATH
/third_party/flutter/skia/site/dev/sheriffing/
Dindex.md49 $ $GOPATH/bin/blamer --match SkDevice --num 10
/third_party/skia/site/docs/dev/gardening/
D_index.md88 $ $GOPATH/bin/blamer --match SkDevice --num 10