Home
last modified time | relevance | path

Searched defs:srcDir (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/bootstrap/
Dconfig.go35 srcDir = bootstrapVariable("srcDir", func() string { var
/build/soong/cc/
Dndk_headers.go235 func processHeadersWithVersioner(ctx android.ModuleContext, srcDir, outDir android.Path, argument
/build/soong/android/
Dconfig.go98 srcDir string // the path of the root source directory member
270 func NewConfig(srcDir, buildDir string) (Config, error) { argument