Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go902 fullPath string member
907 p.fullPath = filepath.Join(p.fullPath, rel)
947 fullPath := filepath.Join(ctx.Config().buildDir, path)
948 path = fullPath[len(fullPath)-len(path):]
949 return OutputPath{basePath{path, ctx.Config(), ""}, fullPath}
964 return p.fullPath