Searched refs:absPath (Results 1 – 11 of 11) sorted by relevance
/build/soong/ui/build/ |
D | sandbox_linux.go | 81 sandboxConfig.srcDir = absPath(c.ctx, ".") 83 sandboxConfig.srcDir = absPath(c.ctx, derefPath) 85 sandboxConfig.outDir = absPath(c.ctx, c.config.OutDir()) 87 sandboxConfig.outDir = absPath(c.ctx, derefPath) 89 sandboxConfig.distDir = absPath(c.ctx, c.config.DistDir()) 91 sandboxConfig.distDir = absPath(c.ctx, derefPath)
|
D | sandbox_darwin.go | 52 outDir := absPath(c.ctx, c.config.OutDir()) 53 distDir := absPath(c.ctx, c.config.DistDir())
|
D | soong.go | 222 soongBuildEnv.Set("BAZEL_WORKSPACE", absPath(ctx, ".")) 251 cfg.TrimPath = absPath(ctx, ".")
|
D | util.go | 26 func absPath(ctx Context, p string) string { func
|
D | rbe.go | 83 name, err := sockAddr(absPath(ctx, config.TempDir()))
|
D | dumpvars.go | 45 "TMPDIR": func() string { return absPath(ctx, config.TempDir()) },
|
D | config.go | 220 tmpDir := absPath(ctx, ret.TempDir()) 226 ret.environ.Set("ASAN_SYMBOLIZER_PATH", absPath(ctx, symbolizerPath)) 231 if srcDir := absPath(ctx, "."); strings.ContainsRune(srcDir, ' ') { 268 absJavaHome := absPath(ctx, javaHome)
|
D | build.go | 113 absolute := absPath(ctx, file)
|
/build/soong/cmd/fileslist/ |
D | fileslist.go | 135 absPath, err := filepath.Abs(path) 139 devicePath, err := filepath.Rel(deviceRoot, absPath) 144 ch <- newNode(absPath, devicePath, stat)
|
/build/make/tools/rbcrun/ |
D | host.go | 261 absPath, err := filepath.Abs(filename) 263 mainThread.SetLocal(callerDirKey, filepath.Dir(absPath)) 264 _, err = starlark.ExecFile(mainThread, absPath, src, builtins)
|
/build/soong/cmd/sbox/ |
D | sbox.go | 267 absPath, err := makeAbsPathEnv(path) 271 err = os.Setenv("PATH", absPath) 602 absPath, err := filepath.Abs(p) 606 pathEnvElements[i] = absPath
|