Home
last modified time | relevance | path

Searched refs:absolutePath (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Draw_files.go68 f, err := os.CreateTemp(absolutePath(ctx.Config().tempDir()), pattern)
166 absRawPath := absolutePath(rawPath.String())
249 absRawFilesDir := absolutePath(rawFilesDir)
Dplugin.go85 absPath := absolutePath(path.String())
Dmetrics.go213 err = ioutil.WriteFile(absolutePath(metricsFile), buf, 0666)
Dmakevars.go231 outFile := absolutePath(PathForOutput(ctx,
234 lateOutFile := absolutePath(PathForOutput(ctx,
237 installsFile := absolutePath(PathForOutput(ctx,
Dpaths.go2228 absPath := absolutePath(path.String())
2237 return os.RemoveAll(absolutePath(path.String()))
2241 dir := absolutePath(path.String())
2256 func absolutePath(path string) string { func
Dconfig.go339 return loadFromConfigFile(&config.productVariables, absolutePath(config.ProductVariablesFileName))
511 if _, err := os.Stat(absolutePath(KatiEnabledMarkerFile)); err == nil {
1299 return os.ReadFile(absolutePath(path.String()))
Dandroidmk.go715 …err := translateAndroidMk(ctx, absolutePath(transMk.String()), moduleInfoJSON, androidMkModulesLis…