Home
last modified time | relevance | path

Searched refs:absPath (Results 1 – 14 of 14) 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())
Dutil.go26 func absPath(ctx Context, p string) string { func
Ddumpvars.go45 "TMPDIR": func() string { return absPath(ctx, config.TempDir()) },
Drbe.go68 name, err := config.rbeSockAddr(absPath(ctx, config.TempDir()))
Dconfig.go349 tmpDir := absPath(ctx, ret.TempDir())
355 ret.environ.Set("ASAN_SYMBOLIZER_PATH", absPath(ctx, symbolizerPath))
360 srcDir := absPath(ctx, ".")
405 absJavaHome := absPath(ctx, javaHome)
Dbuild.go145 absolute := absPath(ctx, file)
Dsoong.go772 cfg := microfactory.Config{TrimPath: absPath(ctx, ".")}
/build/soong/android/
Dplugin.go85 absPath := absolutePath(path.String())
87 data, err := os.ReadFile(absPath)
Dmodule_context.go151 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath
638 func (m *moduleContext) InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string…
648 absFrom: absPath,
654 Description: "install symlink " + fullInstallPath.Base() + " -> " + absPath,
658 "fromPath": absPath,
669 symlinkTarget: absPath,
Dpaths.go2228 absPath := absolutePath(path.String())
2229 err := os.MkdirAll(filepath.Dir(absPath), 0777)
2233 return pathtools.WriteFileIfChanged(absPath, data, perm)
/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/soong/cmd/sbox/
Dsbox.go307 absPath, err := makeAbsPathEnv(path)
311 err = os.Setenv("PATH", absPath)
817 absPath, err := filepath.Abs(p)
821 pathEnvElements[i] = absPath
/build/soong/bpfix/bpfix/
Dbpfix.go1636 absPath := getModuleAbsolutePath()
1638 relModulePath, err := filepath.Rel(rootPath, absPath)
1666 absPath := curAbsPath + argPath
1667 return absPath