Home
last modified time | relevance | path

Searched refs:gotestmain (Results 1 – 4 of 4) sorted by relevance

/build/blueprint/
Dbuild.ninja.in215 # Module: gotestmain
221 build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a: $
222 g.bootstrap.compile ${g.bootstrap.srcDir}/gotestmain/gotestmain.go | $
224 pkgPath = gotestmain
225 default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a
227 build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out: $
229 ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a | $
231 default ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out
233 build ${g.bootstrap.BinDir}/gotestmain: g.bootstrap.cp $
234 ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/a.out
[all …]
DBlueprints133 name = "gotestmain",
134 srcs = ["gotestmain/gotestmain.go"],
/build/soong/
Dbuild.ninja.in26 g.bootstrap.goTestMainCmd = ${g.bootstrap.buildDir}/.bootstrap/bin/gotestmain
53 rule g.bootstrap.gotestmain
55 description = gotestmain ${out}
100 g.bootstrap.gotestmain $
243 g.bootstrap.gotestmain $
306 g.bootstrap.gotestmain $
371 g.bootstrap.gotestmain $
442 # Module: gotestmain
448 build ${g.bootstrap.buildDir}/.bootstrap/gotestmain/obj/gotestmain.a: $
450 ${g.bootstrap.srcDir}/build/blueprint/gotestmain/gotestmain.go | $
[all …]
/build/blueprint/gotestmain/
Dgotestmain.go15 package gotestmain package