Home
last modified time | relevance | path

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

/build/soong/android/
Dproto.go74 if hostTool, ok := dep.(HostToolProvider); !ok || !hostTool.HostToolPath().Valid() {
79 deps = append(deps, hostTool.HostToolPath().Path())
80 flags = append(flags, "--plugin=protoc-gen-"+plugin+"="+hostTool.HostToolPath().String())
Dpackage_ctx.go174 return ctx.Config().HostToolPath(ctx, path).String()
Drule_builder.go607 return c.Tool(ctx.Config().HostToolPath(ctx, tool))
Dconfig.go481 func (c *config) HostToolPath(ctx PathContext, tool string) Path { func
Dmodule.go2252 HostToolPath() OptionalPath methodSpec
/build/soong/dexpreopt/
Dconfig.go361 dex2oatPath := dex2oatModule.(android.HostToolProvider).HostToolPath()
380 Profman: ctx.Config().HostToolPath(ctx, "profman"),
382 Aapt: ctx.Config().HostToolPath(ctx, "aapt"),
383 SoongZip: ctx.Config().HostToolPath(ctx, "soong_zip"),
384 Zip2zip: ctx.Config().HostToolPath(ctx, "zip2zip"),
385 ManifestCheck: ctx.Config().HostToolPath(ctx, "manifest_check"),
386 ConstructContext: ctx.Config().HostToolPath(ctx, "construct_context"),
Dtesting.go27 func (m *dummyToolBinary) HostToolPath() android.OptionalPath { func
/build/soong/cc/
Drs.go32 return ctx.Config().HostToolPath(ctx, "llvm-rs-cc").String()
Dproto_test.go64 foobarPath := foobar.Module().(android.HostToolProvider).HostToolPath().String()
Dproto.go150 path := ctx.Config().HostToolPath(ctx, plugin)
Dcc.go2701 func (c *Module) HostToolPath() android.OptionalPath { func
/build/soong/java/
Dgen.go70 Tool(ctx.Config().HostToolPath(ctx, "aidl")).
80 Tool(ctx.Config().HostToolPath(ctx, "soong_zip")).
Dproto.go122 hostTool := ctx.Config().HostToolPath(ctx, "protoc-gen-"+typeToPlugin)
Dhiddenapi_singleton.go196 Tool(ctx.Config().HostToolPath(ctx, "hiddenapi")).
Dapp.go1988 aapt := ctx.Config().HostToolPath(ctx, "aapt")
Djava.go2455 func (j *Binary) HostToolPath() android.OptionalPath { func
/build/soong/java/config/
Dconfig.go184 return ctx.Config().HostToolPath(ctx, tool).String()
218 return ctx.Config().HostToolPath(ctx, tool).String()
/build/soong/sh/
Dsh_binary.go116 func (s *ShBinary) HostToolPath() android.OptionalPath { func
/build/soong/genrule/
Dgenrule_test.go739 func (t *testTool) HostToolPath() android.OptionalPath { func
Dgenrule.go237 path = t.HostToolPath()
/build/soong/python/
Dpython.go253 func (p *Module) HostToolPath() android.OptionalPath { func
/build/soong/apex/
Dapex.go1664 fileToCopy := py.HostToolPath().Path()
2057 } else if py, ok := child.(*python.Module); ok && py.HostToolPath().Valid() {
Dbuilder.go49 return ctx.Config().HostToolPath(ctx, tool).String()
/build/soong/rust/
Drust.go1032 func (mod *Module) HostToolPath() android.OptionalPath { func