Home
last modified time | relevance | path

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

/build/soong/cc/config/
Dx86_darwin_host.go97 return getMacTools(ctx).sdkRoot
101 return getMacTools(ctx).arPath
105 return getMacTools(ctx).stripPath
109 return getMacTools(ctx).toolPath
137 func getMacTools(ctx android.PackageVarContext) *macPlatformTools { func