Searched refs:fullPath (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | paths.go | 1223 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/ |
D | java.go | 1104 fullPath := filepath.Join(remoteDir, bin) 1105 options = append(options, tradefed.Option{Name: "push-file", Key: bin, Value: fullPath})
|