Searched refs:absPath (Results 1 – 9 of 9) 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 | config.go | 187 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)
|
D | util.go | 26 func absPath(ctx Context, p string) string { func
|
D | dumpvars.go | 45 "TMPDIR": func() string { return absPath(ctx, config.TempDir()) },
|
D | soong.go | 89 cfg.TrimPath = absPath(ctx, ".")
|
D | build.go | 95 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/soong/android/ |
D | module.go | 189 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,
|