Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dcommand.go49 SrcDir string var
81 absSrcDir = ctx.SrcDir()
107 SrcDir = filepath.Dir(flag.Arg(0))
114 filesToParse, err := ctx.ListModulePaths(SrcDir)
244 err := removeAbandonedFilesUnder(ctx, bootstrapConfig, SrcDir, under, except)
Dconfig.go36 return SrcDir
Dwritedocs.go58 filepath.Join(SrcDir, ctx.ModuleDir(m)))
/build/blueprint/
Dcontext.go466 func (c *Context) SrcDir() string { func