Searched refs:srcPath (Results 1 – 11 of 11) sorted by relevance
/build/soong/ui/build/ |
D | bazel.go | 220 srcPath := filepath.Join(config.OutDir(), relativePath, f.Name()) 227 srcLstatResult, srcLstatErr := os.Lstat(srcPath) 240 ctx.Fatalf("Unable to Lstat src %s: %s", srcPath, srcLstatErr) 246 if err := os.Rename(destPath, srcPath); err != nil { 247 ctx.Fatalf("Unable to rename %s -> %s due to error %s", srcPath, destPath, err) 251 if err := os.Symlink(destPath, srcPath); err != nil { 252 ctx.Fatalf("Unable to create symlink %s -> %s due to error %s", srcPath, destPath, err)
|
/build/soong/android/ |
D | hooks.go | 138 srcPath Path member 146 return x.srcPath 157 func (x *hooks) runInstallHooks(ctx ModuleContext, srcPath Path, path InstallPath, symlink bool) { 161 srcPath: srcPath,
|
D | packaging.go | 33 srcPath Path member 237 builder.Command().Text("cp").Input(ps.srcPath).Text(destPath)
|
D | paths.go | 605 srcPath, err := safePathForSource(ctx, ctx.ModuleDir(), path[len(prefix):]) 611 srcPath.basePath.rel = srcPath.path 613 ret = append(ret, srcPath) 1091 if srcPath, ok := path.(SourcePath); ok { 1092 relDir = srcPath.path
|
D | rule_builder.go | 551 From: proto.String(tool.srcPath.String()), 555 tools = append(tools, tool.srcPath)
|
/build/soong/rust/ |
D | proc_macro.go | 70 srcPath, _ := srcPathFromModuleSrcs(ctx, procMacro.baseCompiler.Properties.Srcs) 71 TransformSrctoProcMacro(ctx, srcPath, deps, flags, outputFile)
|
D | library.go | 435 srcPath := library.srcPath(ctx, deps) 456 TransformSrctoRlib(ctx, srcPath, deps, flags, outputFile) 461 TransformSrctoDylib(ctx, srcPath, deps, flags, outputFile) 466 TransformSrctoStatic(ctx, srcPath, deps, flags, outputFile) 471 TransformSrctoShared(ctx, srcPath, deps, flags, outputFile) 513 func (library *libraryDecorator) srcPath(ctx ModuleContext, deps PathDeps) android.Path { func 534 return android.OptionalPathForPath(Rustdoc(ctx, library.srcPath(ctx, deps),
|
D | prebuilt.go | 99 srcPath, paths := srcPathFromModuleSrcs(ctx, prebuilt.prebuiltSrcs()) 103 return srcPath
|
/build/soong/cc/ |
D | toolchain_library.go | 87 srcPath := android.PathForSource(ctx, *library.Properties.Src) 88 outputFile := android.Path(srcPath)
|
D | androidmk.go | 368 for _, srcPath := range benchmark.data { 369 dataPaths = append(dataPaths, android.DataPath{SrcPath: srcPath})
|
/build/soong/python/ |
D | python.go | 702 …teOutputPath(ctx android.ModuleContext, m map[string]string, outputPath, srcPath, curModule, other… argument 707 outputPath, curModule, oldSrcPath, otherModule, srcPath) 710 m[outputPath] = srcPath
|