/build/soong/android/ |
D | package.go | 56 return newPackageId(ctx.ModuleDir()) 68 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
|
D | bazel_paths.go | 179 if !foundBlueprint && directoryHasBlueprint(ctx.Config().fs, ctx.ModuleDir(), pathComponents, i) { 193 moduleDir := ctx.ModuleDir() 255 …rootRelativeExpandedExcludes = append(rootRelativeExpandedExcludes, filepath.Join(ctx.ModuleDir(),…
|
D | proto.go | 95 SubDir: PathForModuleGen(ctx, "proto", ctx.ModuleDir()),
|
D | bazel.go | 324 packagePath := ctx.ModuleDir()
|
D | visibility.go | 459 …ible to this module\nYou may need to add %q to its visibility", depQualified, "//"+ctx.ModuleDir()) 491 dir := ctx.ModuleDir()
|
D | paths.go | 61 ModuleDir() string methodSpec 590 prefix := filepath.Join(ctx.Config().srcDir, ctx.ModuleDir()) + "/" 605 srcPath, err := safePathForSource(ctx, ctx.ModuleDir(), path[len(prefix):]) 626 path := filepath.Join(ctx.Config().srcDir, ctx.ModuleDir(), def) 1286 path, err := pathForSource(ctx, ctx.ModuleDir(), p) 1361 ModuleDir() string methodSpec 1366 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
|
D | licenses.go | 133 dir := ctx.ModuleDir()
|
/build/soong/cc/ |
D | tidy.go | 103 headerFilter += "\"(" + ctx.ModuleDir() + "/|" + defaultDirs + ")\"" 134 tidyChecks += config.TidyChecksForDir(ctx.ModuleDir())
|
D | snapshot_utils.go | 113 …if isSnapshotAware(ctx.DeviceConfig(), m, image.isProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfi…
|
D | compiler.go | 528 "-I"+android.PathForModuleGen(ctx, "yacc", ctx.ModuleDir()).String()) 533 "-I"+android.PathForModuleGen(ctx, "windmc", ctx.ModuleDir()).String()) 565 module := ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName() 569 if warningsAreAllowed(ctx.ModuleDir()) { 584 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
|
D | vendor_snapshot.go | 110 if isVendorProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfig()) { 131 if isRecoveryProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfig()) { 463 moduleDir := ctx.ModuleDir(module)
|
D | sanitize.go | 318 if !ctx.Config().CFIDisabledForPath(ctx.ModuleDir()) { 325 if !ctx.Config().IntegerOverflowDisabledForPath(ctx.ModuleDir()) && !ctx.static() { 347 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) { 379 if ctx.Config().MemtagHeapSyncEnabledForPath(ctx.ModuleDir()) { 386 } else if ctx.Config().MemtagHeapAsyncEnabledForPath(ctx.ModuleDir()) { 394 …if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && ctx.Arch().ArchType == andro… 453 …|| ctx.inVendorRamdisk() || ctx.inRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc"…
|
D | cflag_artifacts.go | 144 if allowedDir(ctx.ModuleDir(ccModule)) {
|
/build/soong/java/ |
D | java_resources.go | 42 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil) 55 …dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, resourceDir).String(), excl…
|
D | prebuilt_apis.go | 145 dir := mctx.ModuleDir() + "/" + subdir 158 mydir := mctx.ModuleDir() + "/" 187 mctx.ModuleDir(), apiver, "public", "core-for-system-modules.jar") 195 mydir := mctx.ModuleDir() + "/"
|
D | support_libraries.go | 32 dir := ctx.ModuleDir(module)
|
D | kotlin.go | 87 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 194 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
D | dexpreopt.go | 199 ctx.ModuleDir(), String(d.dexpreoptProperties.Dex_preopt.Profile)+"-boot")
|
/build/soong/rust/ |
D | clippy.go | 41 enabled, lints, err := config.ClippyLintsForDir(ctx.ModuleDir(), c.Properties.Clippy_lints)
|
/build/blueprint/ |
D | singleton_ctx.go | 38 ModuleDir(module Module) string methodSpec 189 func (s *singletonContext) ModuleDir(logicModule Module) string { func 190 return s.context.ModuleDir(logicModule)
|
/build/soong/bp2build/ |
D | build_conversion.go | 93 ModuleDir(module blueprint.Module) string methodSpec 192 dir := bpCtx.ModuleDir(m) 574 return fmt.Sprintf("//%s:%s", c.ModuleDir(logicModule), targetNameWithVariant(c, logicModule))
|
/build/soong/bpf/ |
D | bpf.go | 89 "-I " + ctx.ModuleDir(),
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|
/build/blueprint/bootstrap/ |
D | writedocs.go | 58 filepath.Join(config.(BootstrapConfig).SrcDir(), ctx.ModuleDir(m)))
|
/build/soong/sysprop/ |
D | sysprop_library.go | 250 apiDirectoryPath := path.Join(ctx.ModuleDir(), "api") 552 *libraries = append(*libraries, "//"+ctx.ModuleDir()+":"+ctx.ModuleName())
|