Searched refs:gopath (Results 1 – 11 of 11) sorted by relevance
27 'GOPATH': self.gopath,30 str(self.go_bin), str(self.gopath.join('bin')), '%(PATH)s']),34 def gopath(self): member in InfraApi
31 'GOPATH': self.gopath,33 'PATH': '%s:%s:%%(PATH)s' % (self.go_bin, self.gopath.join('bin')),37 def gopath(self): member in InfraApi
30 # 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" ]
20 export GOPATH=$(pwd)/../gopath
20 GOPATH=$(pwd)/../gopath
22 gopath = "$dir_pw_target_runner/go"
26 gopath = "$dir_pw_target_runner/go"
27 gopath = "$dir_pw_target_runner/go"
250 gopath = [ "GOPATH+=" + rebase_path(_proto_gopath) ]