Home
last modified time | relevance | path

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

/build/soong/cc/config/
Dx86_darwin_host.go92 xcodeselect := ctx.Config().HostSystemTool("xcode-select")
129 xcrun := ctx.Config().HostSystemTool("xcrun")
138 xcrun := ctx.Config().HostSystemTool("xcrun")
/build/soong/android/
Dconfig.go380 func (c *config) HostSystemTool(name string) string { func