| /build/soong/android/ |
| D | package.go | 77 return newPackageId(ctx.ModuleDir()) 89 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
|
| D | otatools_package_cert_zip.go | 50 if ctx.ModuleDir() != "build/make/tools/otatools_package" {
|
| D | product_config.go | 31 if ctx.ModuleName() != "product_config" || ctx.ModuleDir() != "build/soong" {
|
| D | override_module.go | 55 ModuleDir() string methodSpec 80 func (o *OverrideModuleBase) ModuleDir() string { func 216 b.overridableModuleProperties.OverriddenByModuleDir = o.ModuleDir() 278 overrideModule.setModuleDir(ctx.ModuleDir())
|
| D | singleton.go | 32 ModuleDir(module blueprint.Module) string methodSpec 281 func (s *singletonContextAdaptor) ModuleDir(module blueprint.Module) string { func 282 return s.SingletonContext.ModuleDir(getWrappedModule(module)) 351 …qualified := createVisibilityModuleProxyReference(s, s.ModuleName(referer), s.ModuleDir(referer), … 358 depDir := s.ModuleDir(module) 365 referer.Name(), depQualified, "//"+s.ModuleDir(referer))
|
| D | plugin.go | 123 dir := ctx.ModuleDir(module)
|
| D | proto.go | 99 SubDir: PathForModuleGen(ctx, "proto", ctx.ModuleDir()),
|
| D | visibility.go | 316 checkRules(ctx, ctx.ModuleDir(), p.getName(), visibility) 533 qualified := createVisibilityModuleReference(ctx.ModuleName(), ctx.ModuleDir(), ctx.Module()) 554 …ible to this module\nYou may need to add %q to its visibility", depQualified, "//"+ctx.ModuleDir())
|
| D | early_module_context.go | 47 ModuleDir() string methodSpec
|
| /build/soong/rust/ |
| D | clippy.go | 41 dirEnabled, lints, err := config.ClippyLintsForDir(ctx.ModuleDir(), c.Properties.Clippy_lints)
|
| D | sanitize.go | 160 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) { 185 if ctx.Config().MemtagHeapSyncEnabledForPath(ctx.ModuleDir()) { 192 } else if ctx.Config().MemtagHeapAsyncEnabledForPath(ctx.ModuleDir()) { 206 …orRamdisk() || ctx.RustModule().InRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc"…
|
| /build/soong/java/ |
| D | support_libraries.go | 32 dir := ctx.ModuleDir(module)
|
| D | java_resources.go | 48 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil) 61 …dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, resourceDir).String(), excl…
|
| D | jdeps.go | 72 dpInfo.Paths = []string{ctx.ModuleDir(module)}
|
| D | prebuilt_apis.go | 217 dir := mctx.ModuleDir() + "/" + subdir 227 files[i] = strings.TrimPrefix(f, mctx.ModuleDir()+"/") 273 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir())
|
| D | kotlin.go | 116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 259 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
| /build/blueprint/bootstrap/ |
| D | writedocs.go | 45 filepath.Join(ctx.SrcDir(), ctx.ModuleDir(module)))
|
| /build/soong/cc/ |
| D | cc_preprocess_no_configuration.go | 86 cflags = append(cflags, "-I"+ctx.ModuleDir())
|
| D | tidy.go | 121 headerFilter += "\"(^" + ctx.ModuleDir() + "/|" + defaultDirs + ")\"" 146 tidyChecks += config.TidyChecksForDir(ctx.ModuleDir()) 242 moduleDir := ctx.ModuleDir(module)
|
| D | compiler.go | 394 modulePath := ctx.ModuleDir() 638 "-I"+android.PathForModuleGen(ctx, "yacc", ctx.ModuleDir()).String()) 695 module := ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName() 699 if warningsAreAllowed(ctx.ModuleDir()) { 720 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) { 730 if android.IsThirdPartyPath(ctx.ModuleDir()) {
|
| D | sanitize.go | 533 if !ctx.Config().CFIDisabledForPath(ctx.ModuleDir()) { 540 if !ctx.Config().IntegerOverflowDisabledForPath(ctx.ModuleDir()) && !ctx.static() { 550 if !ctx.Config().HWASanDisabledForPath(ctx.ModuleDir()) { 564 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) { 604 if ctx.Config().MemtagHeapSyncEnabledForPath(ctx.ModuleDir()) { 611 } else if ctx.Config().MemtagHeapAsyncEnabledForPath(ctx.ModuleDir()) { 619 if s.Hwaddress == nil && ctx.Config().HWASanEnabledForPath(ctx.ModuleDir()) && 625 if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && !ctx.Host() { 700 if !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc") {
|
| /build/soong/aconfig/ |
| D | aconfig_value_set.go | 66 moduleDir := ctx.ModuleDir()
|
| /build/blueprint/ |
| D | singleton_ctx.go | 38 ModuleDir(module Module) string methodSpec 208 func (s *singletonContext) ModuleDir(logicModule Module) string { func 209 return s.context.ModuleDir(getWrappedModule(logicModule))
|
| /build/soong/provenance/ |
| D | provenance_singleton.go | 107 …artifactMetaDataFile := android.PathForIntermediates(ctx, "provenance_metadata", ctx.ModuleDir(), …
|
| /build/soong/tradefed/suite_harness/ |
| D | tradefed_binary.go | 154 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|