Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dconfig.go27 func bootstrapVariable(name string, value func(BootstrapConfig) string) blueprint.Variable { func
41 srcDirVariable = bootstrapVariable("srcDir", func(c BootstrapConfig) string {
44 buildDirVariable = bootstrapVariable("buildDir", func(c BootstrapConfig) string {
47 ninjaBuildDirVariable = bootstrapVariable("ninjaBuildDir", func(c BootstrapConfig) string {
50 goRootVariable = bootstrapVariable("goRoot", func(c BootstrapConfig) string {
62 compileCmdVariable = bootstrapVariable("compileCmd", func(c BootstrapConfig) string {
65 linkCmdVariable = bootstrapVariable("linkCmd", func(c BootstrapConfig) string {
68 debugFlagsVariable = bootstrapVariable("debugFlags", func(c BootstrapConfig) string {