Home
last modified time | relevance | path

Searched refs:absPath (Results 1 – 9 of 9) 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())
Dconfig.go187 tmpDir := absPath(ctx, ret.TempDir())
193 ret.environ.Set("ASAN_SYMBOLIZER_PATH", absPath(ctx, symbolizerPath))
198 if srcDir := absPath(ctx, "."); strings.ContainsRune(srcDir, ' ') {
235 absJavaHome := absPath(ctx, javaHome)
Dutil.go26 func absPath(ctx Context, p string) string { func
Ddumpvars.go45 "TMPDIR": func() string { return absPath(ctx, config.TempDir()) },
Dsoong.go89 cfg.TrimPath = absPath(ctx, ".")
Dbuild.go95 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/soong/android/
Dmodule.go189 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath
2103 func (m *moduleContext) InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string…
2110 Description: "install symlink " + fullInstallPath.Base() + " -> " + absPath,
2114 "fromPath": absPath,