Searched refs:ModuleErrorf (Results 1 – 12 of 12) sorted by relevance
| /build/soong/cc/ |
| D | stl.go | 52 ctx.ModuleErrorf("stl: %q is not a supported STL with sdk_version set", stl.Properties.Stl) 63 ctx.ModuleErrorf("stl: %q is not a supported STL", stl.Properties.Stl) 80 ctx.ModuleErrorf("stl: %q is not a supported STL", stl.Properties.Stl)
|
| D | cc.go | 661 …ctx.ModuleErrorf("Toolchain not found for %s %s arch %q", hod.String(), ht.String(), arch.String()) 772 ctx.ModuleErrorf("depends on disabled module %q", otherName) 776 ctx.ModuleErrorf("host/device mismatch between %q and %q", ctx.ModuleName(), 783 ctx.ModuleErrorf("multiple modules satisified dependency on %q", otherName) 793 ctx.ModuleErrorf("module %q missing output file", otherName) 797 ctx.ModuleErrorf("module %q not an android module", otherName) 802 ctx.ModuleErrorf("unsatisified dependency on %q", n) 835 ctx.ModuleErrorf("module %q not a static library", ctx.OtherModuleName(m)) 838 ctx.ModuleErrorf("module %q not an android module", ctx.OtherModuleName(m)) 866 ctx.ModuleErrorf("module %s did not provide an output file", otherName) [all …]
|
| D | builder.go | 179 ctx.ModuleErrorf("File %s has unknown extension", srcFile) 244 ctx.ModuleErrorf("%s", err.Error())
|
| /build/blueprint/ |
| D | singleton_ctx.go | 33 ModuleErrorf(module Module, format string, args ...interface{}) methodSpec 100 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, func 103 s.error(s.context.ModuleErrorf(logicModule, format, args...))
|
| D | module_ctx.go | 117 ModuleErrorf(fmt string, args ...interface{}) methodSpec 199 func (d *baseModuleContext) ModuleErrorf(format string, func
|
| D | context.go | 2357 func (c *Context) ModuleErrorf(logicModule Module, format string, func
|
| /build/soong/genrule/ |
| D | genrule.go | 107 ctx.ModuleErrorf("host tool %q missing output file", ctx.OtherModuleName(module)) 110 ctx.ModuleErrorf("unknown dependency %q", ctx.OtherModuleName(module))
|
| /build/soong/common/ |
| D | arch.go | 489 mctx.ModuleErrorf("%s", err.Error()) 517 mctx.ModuleErrorf("%s", err.Error()) 526 mctx.ModuleErrorf("%s", err.Error()) 595 ctx.ModuleErrorf("field %q does not exist", srcPrefix)
|
| D | paths.go | 51 ModuleErrorf(format string, args ...interface{}) methodSpec 70 mctx.ModuleErrorf(format, args...)
|
| D | module.go | 612 ctx.ModuleErrorf("glob: %s", err.Error())
|
| /build/soong/java/ |
| D | java.go | 268 ctx.ModuleErrorf("multiple dependencies with preprocessed aidls:\n %q\n %q", 519 ctx.ModuleErrorf("expected exactly one jar in srcs")
|
| /build/blueprint/bootstrap/ |
| D | bootstrap.go | 276 ctx.ModuleErrorf("module %s did not specify a valid pkgPath", name) 671 ctx.ModuleErrorf(primaryBuilder, "<-- module %s",
|