Home
last modified time | relevance | path

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

/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/skia/infra/bots/
Dbuild_task_drivers.sh10 export GOPATH="$(pwd)/cache/gopath"
/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/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/skia/site/docs/dev/gardening/
D_index.md88 $ $GOPATH/bin/blamer --match SkDevice --num 10