Searched refs:srcDir (Results 1 – 9 of 9) sorted by relevance
/build/soong/cc/ |
D | llndk_library.go | 112 srcDir := android.PathForModuleSrc(ctx, srcHeaderDir) 113 srcFiles := ctx.GlobFiles(filepath.Join(srcDir.String(), "**/*.h"), nil) 118 relHeaderDir, err := filepath.Rel(srcDir.String(), headerDir) 121 srcDir.String(), headerDir, err) 128 return processHeadersWithVersioner(ctx, srcDir, outDir, srcFiles, installPaths)
|
D | ndk_headers.go | 235 func processHeadersWithVersioner(ctx android.ModuleContext, srcDir, outDir android.Path, argument 267 Description: "versioner preprocess " + srcDir.Rel(), 273 "srcDir": srcDir.String(),
|
/build/soong/cmd/soong_build/ |
D | main.go | 56 srcDir := filepath.Dir(flag.Arg(0)) 61 configuration, err := android.NewConfig(srcDir, bootstrap.BuildDir)
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 35 srcDir string, under, exempt []string) error { 52 "@@SrcDir@@", srcDir,
|
D | config.go | 35 srcDir = bootstrapVariable("srcDir", func() string { var
|
D | bootstrap.go | 503 srcDir := moduleSrcDir(ctx) 504 srcFiles := pathtools.PrefixPaths(srcs, srcDir) 543 srcDir := moduleSrcDir(ctx) 544 testFiles := pathtools.PrefixPaths(testSrcs, srcDir)
|
/build/soong/android/ |
D | config.go | 98 srcDir string // the path of the root source directory member 270 func NewConfig(srcDir, buildDir string) (Config, error) { argument 278 srcDir: srcDir, 293 absSrcDir, err := filepath.Abs(srcDir) 406 return fmt.Sprintf("%s/prebuilts/go/%s", c.srcDir, c.PrebuiltOS())
|
D | paths.go | 354 prefix := filepath.Join(ctx.Config().srcDir, ctx.ModuleDir()) + "/" 390 path := filepath.Join(ctx.Config().srcDir, ctx.ModuleDir(), def) 727 return filepath.Join(p.config.srcDir, p.path) 759 dir := filepath.Join(p.config.srcDir, p.path, relDir) 772 relPath := Rel(ctx, p.config.srcDir, paths[0])
|
/build/soong/ui/build/ |
D | config.go | 165 if srcDir := absPath(ctx, "."); strings.ContainsRune(srcDir, ' ') { 168 log.Printf("%q\n", srcDir)
|