Home
last modified time | relevance | path

Searched refs:absPath (Results 1 – 11 of 11) sorted by relevance

/build/soong/ui/build/
Dsandbox_linux.go81 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)
Dsandbox_darwin.go52 outDir := absPath(c.ctx, c.config.OutDir())
53 distDir := absPath(c.ctx, c.config.DistDir())
Dsoong.go222 soongBuildEnv.Set("BAZEL_WORKSPACE", absPath(ctx, "."))
251 cfg.TrimPath = absPath(ctx, ".")
Dutil.go26 func absPath(ctx Context, p string) string { func
Drbe.go83 name, err := sockAddr(absPath(ctx, config.TempDir()))
Ddumpvars.go45 "TMPDIR": func() string { return absPath(ctx, config.TempDir()) },
Dconfig.go220 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)
Dbuild.go113 absolute := absPath(ctx, file)
/build/soong/cmd/fileslist/
Dfileslist.go135 absPath, err := filepath.Abs(path)
139 devicePath, err := filepath.Rel(deviceRoot, absPath)
144 ch <- newNode(absPath, devicePath, stat)
/build/make/tools/rbcrun/
Dhost.go261 absPath, err := filepath.Abs(filename)
263 mainThread.SetLocal(callerDirKey, filepath.Dir(absPath))
264 _, err = starlark.ExecFile(mainThread, absPath, src, builtins)
/build/soong/cmd/sbox/
Dsbox.go267 absPath, err := makeAbsPathEnv(path)
271 err = os.Setenv("PATH", absPath)
602 absPath, err := filepath.Abs(p)
606 pathEnvElements[i] = absPath