Searched refs:absPath (Results 1 – 14 of 14) 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 | util.go | 26 func absPath(ctx Context, p string) string { func
|
D | dumpvars.go | 45 "TMPDIR": func() string { return absPath(ctx, config.TempDir()) },
|
D | rbe.go | 68 name, err := config.rbeSockAddr(absPath(ctx, config.TempDir()))
|
D | config.go | 349 tmpDir := absPath(ctx, ret.TempDir()) 355 ret.environ.Set("ASAN_SYMBOLIZER_PATH", absPath(ctx, symbolizerPath)) 360 srcDir := absPath(ctx, ".") 405 absJavaHome := absPath(ctx, javaHome)
|
D | build.go | 145 absolute := absPath(ctx, file)
|
D | soong.go | 772 cfg := microfactory.Config{TrimPath: absPath(ctx, ".")}
|
/build/soong/android/ |
D | plugin.go | 85 absPath := absolutePath(path.String()) 87 data, err := os.ReadFile(absPath)
|
D | module_context.go | 151 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,
|
D | paths.go | 2228 absPath := absolutePath(path.String()) 2229 err := os.MkdirAll(filepath.Dir(absPath), 0777) 2233 return pathtools.WriteFileIfChanged(absPath, data, perm)
|
/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/cmd/sbox/ |
D | sbox.go | 307 absPath, err := makeAbsPathEnv(path) 311 err = os.Setenv("PATH", absPath) 817 absPath, err := filepath.Abs(p) 821 pathEnvElements[i] = absPath
|
/build/soong/bpfix/bpfix/ |
D | bpfix.go | 1636 absPath := getModuleAbsolutePath() 1638 relModulePath, err := filepath.Rel(rootPath, absPath) 1666 absPath := curAbsPath + argPath 1667 return absPath
|