Home
last modified time | relevance | path

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

/build/soong/cc/config/
Dx86_darwin_host.go109 return getMacTools(ctx).toolPath
132 toolPath string member
179 macTools.toolPath = filepath.Dir(xcrun("--find", "ld"))
/build/soong/cc/
Dbinary.go92 toolPath android.OptionalPath member
523 binary.toolPath = preferredArchSymlinkPath
525 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)
531 return binary.toolPath
Dprebuilt.go415 toolPath android.OptionalPath member
421 return p.toolPath
465 p.toolPath = android.OptionalPathForPath(outputFile)
/build/soong/genrule/
Dgenrule.go318 toolPath := android.PathForOutput(ctx, s)
319 tools = append(tools, toolPath)
320 addLocationLabel(tag.label, toolLocation{android.Paths{toolPath}})