Home
last modified time | relevance | path

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

123

/external/libcap/go/
DMakefile13 GOPATH=$(realpath .) macro
46 …GO111MODULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH="$(GOPATH)" $(GO) install $(IMPORT…
49 …GO111MODULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) install $(IMPORTDI…
54 …LAGS_ALLOW)" CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" GOPATH=$(GOPATH) $(GO) build …
57 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …
65 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …
68 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …
71 GO111MODULE=off CGO_ENABLED=0 GOPATH=$(GOPATH) $(GO) build $<
74 …O_ENABLED="$(CGO_REQUIRED)" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) build …
76 …GO111MODULE=off CGO_ENABLED="1" CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) bu…
[all …]
/external/tensorflow/tensorflow/go/genop/
Dgenerate.sh22 if [ -z "${GOPATH}" ]
24 GOPATH=$(go env GOPATH)
30 GOPATH=${GOPATH//:\\/\\}
32 GOPATH=\\${GOPATH//;/:\\}
34 GOPATH=${GOPATH//\\/\/}
63 export PATH=$PATH:${GOPATH}/bin
/external/rust/crates/grpcio-sys/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" "$@"
/external/grpc-grpc/tools/run_tests/performance/
Dbuild_performance_go.sh20 export GOPATH=$(pwd)/../gopath
24 rm -rf "${GOPATH}/src/google.golang.org/grpc"
27 git clone --recursive ../grpc-go "${GOPATH}/src/google.golang.org/grpc"
29 (cd "${GOPATH}/src/google.golang.org/grpc/benchmark/worker" && go install)
Drun_worker_go.sh20 export GOPATH=$(pwd)/../gopath
22 "${GOPATH}/bin/worker" "$@"
/external/pigweed/pw_build/
Dgo.gni16 # supporting only legacy GOPATH-based builds.
30 # gopath: Root of the GOPATH in which the package is located.
48 assert(defined(invoker.gopath), "pw_go_source_set requires a GOPATH root")
52 # List the sources in an input group with GOPATH environment metadata.
64 metadata.gopath = [ "GOPATH+=${_gopath}" ]
98 # Collect all the GOPATH metadata from pw_go_package and _pw_go_proto_library
118 # GOPATH in the out directory. This is only run once; "go get" does not
125 env = [ "GOPATH=$_default_gopath" ]
148 env = [ "GOPATH+=$_default_gopath" ]
/external/tensorflow/tensorflow/go/
Dtest.sh42 export GOPATH="${TEST_TMPDIR}/go"
44 mkdir -p "${GOPATH}/src/github.com/tensorflow"
45 ln -s -f "${PWD}" "${GOPATH}/src/github.com/tensorflow/tensorflow"
DREADME.md46 cd ${GOPATH}/src/github.com/tensorflow/tensorflow
59 …sudo cp ${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow/libtensorflow.so /usr/…
60 …sudo cp ${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow/libtensorflow_framewor…
68 export LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow
70 export LD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow
72 export DYLD_LIBRARY_PATH=${GOPATH}/src/github.com/tensorflow/tensorflow/bazel-bin/tensorflow
88 - The TensorFlow repository under GOPATH
/external/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"
/external/oss-fuzz/infra/base-images/base-builder/
Dcompile_go_fuzzer28 cd $GOPATH/src/$path || true
32 go list $tags $path || { cd $GOPATH/pkg/mod/ && cd `echo $path | cut -d/ -f1-3 | awk '{print $1"@*"…
40 cp $GOPATH/ossfuzz_coverage_runner.go ./"${function,,}"_test.go
DDockerfile78 ENV GOPATH /root/go
81 # $GOPATH/bin is for the binaries from the dependencies installed via "go get".
82 ENV PATH $PATH:/root/.go/bin:$GOPATH/bin
86 ln -s $GOPATH/bin/go114-fuzz-build $GOPATH/bin/go-fuzz
198 COPY ossfuzz_coverage_runner.go $GOPATH
/external/oss-fuzz/projects/go-ethereum/
DDockerfile19 RUN git clone --single-branch --depth=1 https://github.com/ethereum/go-ethereum $GOPATH/src/github.…
20 RUN (cd $GOPATH/src/github.com/ethereum/go-ethereum && go mod download)
22 RUN cp $GOPATH/src/github.com/ethereum/go-ethereum/oss-fuzz.sh $SRC/build.sh
/external/conscrypt/release/
DDockerfile43 ENV GOPATH /go
44 ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
45 RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
/external/oss-fuzz/projects/grpc-go/
Dbuild.sh18 cp $SRC/fuzz*.go $GOPATH/src/google.golang.org/grpc/examples/
21 cd $GOPATH/src/google.golang.org/grpc/examples/
/external/oss-fuzz/infra/base-images/base-runner/
DDockerfile72 ENV GOPATH /root/go
75 # $GOPATH/bin is for the binaries from the dependencies installed via "go get".
76 ENV PATH $PATH:/root/.go/bin:$GOPATH/bin
79 COPY gocoverage $GOPATH/gocoverage
80 RUN cd $GOPATH/gocoverage && go install ./...
Dcoverage128 export SYSGOPATH=$GOPATH
129 export GOPATH=$OUT/$GOPATH
/external/oss-fuzz/projects/mtail/
DDockerfile18 RUN git clone --depth 1 https://github.com/google/mtail $GOPATH/src/github.com/google/mtail
19 WORKDIR $GOPATH/src/github.com/google/mtail
/external/oss-fuzz/projects/golang/
DDockerfile19 RUN mkdir -p $GOPATH/src/github.com/dvyukov/ && \
20 cd $GOPATH/src/github.com/dvyukov/ && \
/external/oss-fuzz/projects/golang-protobuf/
DDockerfile23 RUN git clone https://go.googlesource.com/protobuf $GOPATH/src/google.golang.org/protobuf
25 WORKDIR $GOPATH/src/google.golang.org/protobuf
/external/oss-fuzz/projects/prometheus/
DDockerfile19 RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus
22 WORKDIR $GOPATH/src/github.com/prometheus/prometheus
/external/llvm/bindings/go/
DREADME.txt37 $ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh
42 …$ $GOPATH/src/llvm.org/llvm/bindings/go/build.sh -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD=…
/external/protobuf/
Dtests.sh158 export GOPATH="$HOME/gocode"
159 mkdir -p "$GOPATH/src/github.com/protocolbuffers"
160 rm -f "$GOPATH/src/github.com/protocolbuffers/protobuf"
161 ln -s "`pwd`" "$GOPATH/src/github.com/protocolbuffers/protobuf"
162 export PATH="$GOPATH/bin:$PATH"
/external/oss-fuzz/projects/go-coredns/
Dbuild.sh20 cd $GOPATH/src/github.com/coredns/coredns
/external/oss-fuzz/projects/go-sqlite3/
Dbuild.sh18 cd $GOPATH/src/github.com/mattn/go-sqlite3

123