Home
last modified time | relevance | path

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

/build/soong/java/config/
Dconfig.go212 return ctx.Config().HostJNIToolPath(ctx, tool).String()
/build/soong/android/
Dpackage_ctx.go186 return ctx.Config().HostJNIToolPath(ctx, path).String()
Dconfig.go523 func (c *config) HostJNIToolPath(ctx PathContext, path string) Path { func