Searched refs:HostToolPath (Results 1 – 24 of 24) sorted by relevance
/build/soong/android/ |
D | proto.go | 74 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())
|
D | package_ctx.go | 174 return ctx.Config().HostToolPath(ctx, path).String()
|
D | rule_builder.go | 607 return c.Tool(ctx.Config().HostToolPath(ctx, tool))
|
D | config.go | 481 func (c *config) HostToolPath(ctx PathContext, tool string) Path { func
|
D | module.go | 2252 HostToolPath() OptionalPath methodSpec
|
/build/soong/dexpreopt/ |
D | config.go | 361 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"),
|
D | testing.go | 27 func (m *dummyToolBinary) HostToolPath() android.OptionalPath { func
|
/build/soong/cc/ |
D | rs.go | 32 return ctx.Config().HostToolPath(ctx, "llvm-rs-cc").String()
|
D | proto_test.go | 64 foobarPath := foobar.Module().(android.HostToolProvider).HostToolPath().String()
|
D | proto.go | 150 path := ctx.Config().HostToolPath(ctx, plugin)
|
D | cc.go | 2701 func (c *Module) HostToolPath() android.OptionalPath { func
|
/build/soong/java/ |
D | gen.go | 70 Tool(ctx.Config().HostToolPath(ctx, "aidl")). 80 Tool(ctx.Config().HostToolPath(ctx, "soong_zip")).
|
D | proto.go | 122 hostTool := ctx.Config().HostToolPath(ctx, "protoc-gen-"+typeToPlugin)
|
D | hiddenapi_singleton.go | 196 Tool(ctx.Config().HostToolPath(ctx, "hiddenapi")).
|
D | app.go | 1988 aapt := ctx.Config().HostToolPath(ctx, "aapt")
|
D | java.go | 2455 func (j *Binary) HostToolPath() android.OptionalPath { func
|
/build/soong/java/config/ |
D | config.go | 184 return ctx.Config().HostToolPath(ctx, tool).String() 218 return ctx.Config().HostToolPath(ctx, tool).String()
|
/build/soong/sh/ |
D | sh_binary.go | 116 func (s *ShBinary) HostToolPath() android.OptionalPath { func
|
/build/soong/genrule/ |
D | genrule_test.go | 739 func (t *testTool) HostToolPath() android.OptionalPath { func
|
D | genrule.go | 237 path = t.HostToolPath()
|
/build/soong/python/ |
D | python.go | 253 func (p *Module) HostToolPath() android.OptionalPath { func
|
/build/soong/apex/ |
D | apex.go | 1664 fileToCopy := py.HostToolPath().Path() 2057 } else if py, ok := child.(*python.Module); ok && py.HostToolPath().Valid() {
|
D | builder.go | 49 return ctx.Config().HostToolPath(ctx, tool).String()
|
/build/soong/rust/ |
D | rust.go | 1032 func (mod *Module) HostToolPath() android.OptionalPath { func
|