Searched refs:toolPath (Results 1 – 4 of 4) sorted by relevance
109 return getMacTools(ctx).toolPath132 toolPath string member179 macTools.toolPath = filepath.Dir(xcrun("--find", "ld"))
92 toolPath android.OptionalPath member523 binary.toolPath = preferredArchSymlinkPath525 binary.toolPath = android.OptionalPathForPath(binary.baseInstaller.path)531 return binary.toolPath
415 toolPath android.OptionalPath member421 return p.toolPath465 p.toolPath = android.OptionalPathForPath(outputFile)
318 toolPath := android.PathForOutput(ctx, s)319 tools = append(tools, toolPath)320 addLocationLabel(tag.label, toolLocation{android.Paths{toolPath}})