Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1121 fullPath string member
1126 p.fullPath = filepath.Join(p.fullPath, rel)
1144 p.fullPath = StringPathRelativeToTop(p.buildDir, p.fullPath)
1186 fullPath := filepath.Join(ctx.Config().buildDir, path)
1187 path = fullPath[len(fullPath)-len(path):]
1188 return OutputPath{basePath{path, ""}, ctx.Config().buildDir, fullPath}
1203 return p.fullPath