Lines Matching refs:filepath

35 …goTestMainCmd   = pctx.StaticVariable("goTestMainCmd", filepath.Join(bootstrapDir, "bin", "gotestm…
36 …goTestRunnerCmd = pctx.StaticVariable("goTestRunnerCmd", filepath.Join(bootstrapDir, "bin", "gotes…
37 …pluginGenSrcCmd = pctx.StaticVariable("pluginGenSrcCmd", filepath.Join(bootstrapDir, "bin", "loadp…
165 docsDir = filepath.Join(mainDir, "docs")
167 mainDir = filepath.Join("$buildDir", mainSubDir)
168 bootstrapDir = filepath.Join("$buildDir", bootstrapSubDir)
169 miniBootstrapDir = filepath.Join("$buildDir", miniBootstrapSubDir)
171 minibpFile = filepath.Join(miniBootstrapDir, "minibp")
182 return filepath.Join(config.(BootstrapConfig).BuildDir(), bootstrapSubDir, "bin")
187 return filepath.Join(c.BlueprintToolLocation())
189 return filepath.Join(config.(BootstrapConfig).BuildDir(), "bin")
339 g.archiveFile = filepath.Join(g.pkgRoot,
340 filepath.FromSlash(g.properties.PkgPath)+".a")
345 pluginSrc = filepath.Join(moduleGenSrcDir(ctx, g.config), "plugin.go")
363 testArchiveFile := filepath.Join(testRoot(ctx, g.config),
364 filepath.FromSlash(g.properties.PkgPath)+".a")
438 archiveFile = filepath.Join(objDir, name+".a")
439 testArchiveFile = filepath.Join(testRoot(ctx, g.config), name+".a")
440 aoutFile = filepath.Join(objDir, "a.out")
447 g.installPath = filepath.Join(toolDir(ctx.Config()), name)
449 g.installPath = filepath.Join(stageDir(g.config), "bin", name)
455 pluginSrc = filepath.Join(moduleGenSrcDir(ctx, g.config), "plugin.go")
593 mainFile := filepath.Join(testRoot, "test.go")
594 testArchive := filepath.Join(testRoot, "test.a")
595 testFile := filepath.Join(testRoot, "test")
596 testPassed := filepath.Join(testRoot, "test.passed")
661 "pkgSrcDir": filepath.Dir(testFiles[0]),
723 primaryBuilderFile := filepath.Join("$BinDir", primaryBuilderName)
751 finalMinibp := filepath.Join("$buildDir", "bin", primaryBuilderName)
764 docsFile := filepath.Join(docsDir, primaryBuilderName+".html")
806 return filepath.Join(stageDir(config), ctx.ModuleName(), "pkg")
813 return filepath.Join(stageDir(config), ctx.ModuleName(), "test")
819 return filepath.Join("$srcDir", ctx.ModuleDir())
824 return filepath.Join(stageDir(config), ctx.ModuleName(), "obj")
829 return filepath.Join(stageDir(config), ctx.ModuleName(), "gen")