Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go1223 fullPath string member
1228 p.fullPath = filepath.Join(p.fullPath, rel)
1246 p.fullPath = StringPathRelativeToTop(p.soongOutDir, p.fullPath)
1288 fullPath := filepath.Join(ctx.Config().soongOutDir, path)
1289 path = fullPath[len(fullPath)-len(path):]
1290 return OutputPath{basePath{path, ""}, ctx.Config().soongOutDir, fullPath}
1305 return p.fullPath
/build/soong/java/
Djava.go1104 fullPath := filepath.Join(remoteDir, bin)
1105 options = append(options, tradefed.Option{Name: "push-file", Key: bin, Value: fullPath})