Home
last modified time | relevance | path

Searched refs:gopath (Results 1 – 11 of 11) sorted by relevance

/external/skia/infra/bots/recipe_modules/infra/
Dapi.py27 'GOPATH': self.gopath,
30 str(self.go_bin), str(self.gopath.join('bin')), '%(PATH)s']),
34 def gopath(self): member in InfraApi
/external/skqp/infra/bots/recipe_modules/infra/
Dapi.py31 'GOPATH': self.gopath,
33 'PATH': '%s:%s:%%(PATH)s' % (self.go_bin, self.gopath.join('bin')),
37 def gopath(self): member in InfraApi
/external/pigweed/pw_build/
Dgo.gni30 # gopath: Root of the GOPATH in which the package is located.
43 # gopath = "//my_module/go"
48 assert(defined(invoker.gopath), "pw_go_source_set requires a GOPATH root")
50 _gopath = rebase_path(invoker.gopath)
64 metadata.gopath = [ "GOPATH+=${_gopath}" ]
102 data_keys = [ "gopath" ]
/external/grpc-grpc/tools/run_tests/performance/
Drun_worker_go.sh20 export GOPATH=$(pwd)/../gopath
Dbuild_performance_go.sh20 export GOPATH=$(pwd)/../gopath
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Drun_worker_go.sh20 GOPATH=$(pwd)/../gopath
Dbuild_performance_go.sh20 GOPATH=$(pwd)/../gopath
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner_client/
DBUILD.gn22 gopath = "$dir_pw_target_runner/go"
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner_server/
DBUILD.gn26 gopath = "$dir_pw_target_runner/go"
/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner/
DBUILD.gn27 gopath = "$dir_pw_target_runner/go"
/external/pigweed/pw_protobuf_compiler/
Dproto.gni250 gopath = [ "GOPATH+=" + rebase_path(_proto_gopath) ]