Home
last modified time | relevance | path

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

12

/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())
Dprebuilt_build_tool.go96 func (t *prebuiltBuildTool) HostToolPath() OptionalPath { func
Dpackage_ctx.go176 return ctx.Config().HostToolPath(ctx, path).String()
Drule_builder.go1024 return c.Tool(c.rule.ctx.Config().HostToolPath(c.rule.ctx, tool))
/build/soong/dexpreopt/
Dconfig.go438 dex2oatPath := dex2oatModule.(android.HostToolProvider).HostToolPath()
450 Profman: ctx.Config().HostToolPath(ctx, "profman"),
452 Aapt: ctx.Config().HostToolPath(ctx, "aapt"),
453 SoongZip: ctx.Config().HostToolPath(ctx, "soong_zip"),
454 Zip2zip: ctx.Config().HostToolPath(ctx, "zip2zip"),
455 ManifestCheck: ctx.Config().HostToolPath(ctx, "manifest_check"),
456 ConstructContext: ctx.Config().HostToolPath(ctx, "construct_context"),
Dtesting.go29 func (m *fakeToolBinary) 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().RelativeToTop().String()
Dproto.go152 path := ctx.Config().HostToolPath(ctx, plugin)
/build/soong/java/
Dboot_jars.go38 Input(ctx.Config().HostToolPath(ctx, "dexdump")).
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_modular.go313 Tool(ctx.Config().HostToolPath(ctx, "hiddenapi")).
/build/soong/java/config/
Dconfig.go188 return ctx.Config().HostToolPath(ctx, tool).String()
222 return ctx.Config().HostToolPath(ctx, tool).String()
/build/soong/rust/
Dprotobuf.go76 protoPluginPath := ctx.Config().HostToolPath(ctx, "protoc-gen-rust")
90 grpcPath := ctx.Config().HostToolPath(ctx, "grpc_rust_plugin")
Dbinary_test.go95 path := ctx.ModuleForTests("fizz-buzz", "linux_glibc_x86_64").Module().(*Module).HostToolPath()
Dbindgen.go205 …irectDepWithTag(b.Properties.Custom_bindgen, customBindgenDepTag).(*Module).HostToolPath().String()
/build/soong/filesystem/
Dfilesystem.go302 addPath("ext_mkuserimg", ctx.Config().HostToolPath(ctx, "mkuserimg_mke2fs"))
305 deps = append(deps, ctx.Config().HostToolPath(ctx, t))
310 addPath("avb_avbtool", ctx.Config().HostToolPath(ctx, "avbtool"))
Dbootimg.go247 addPath("avb_avbtool", ctx.Config().HostToolPath(ctx, "avbtool"))
/build/soong/genrule/
Dgenrule.go298 path := t.HostToolPath()
724 depFixerTool := ctx.Config().HostToolPath(ctx, "dep_fixer")
Dgenrule_test.go727 func (t *testTool) HostToolPath() android.OptionalPath { func
/build/soong/sh/
Dsh_binary.go174 func (s *ShBinary) HostToolPath() android.OptionalPath { func
/build/soong/python/
Dpython.go312 func (p *Module) HostToolPath() android.OptionalPath { func
/build/soong/apex/
Dapex.go1445 fileToCopy := py.HostToolPath().Path()
1692 } else if py, ok := child.(*python.Module); ok && py.HostToolPath().Valid() {
Dbuilder.go50 return ctx.Config().HostToolPath(ctx, tool).String()

12