Home
last modified time | relevance | path

Searched refs:ModuleDir (Results 1 – 25 of 58) sorted by relevance

123

/build/soong/android/
Dpackage.go56 return newPackageId(ctx.ModuleDir())
68 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
Dlicense_metadata.go103 "-r "+proptools.NinjaAndShellEscape(ctx.ModuleDir()),
143 args = append(args, fmt.Sprintf("-t //%s:%s", ctx.ModuleDir(), ctx.ModuleName()))
Dbazel_paths.go249 if !foundBlueprint && directoryHasBlueprint(ctx.Config().fs, ctx.ModuleDir(), pathComponents, i) {
263 moduleDir := ctx.ModuleDir()
335 …rootRelativeExpandedExcludes = append(rootRelativeExpandedExcludes, filepath.Join(ctx.ModuleDir(),…
Dvisibility.go459 …ible to this module\nYou may need to add %q to its visibility", depQualified, "//"+ctx.ModuleDir())
491 dir := ctx.ModuleDir()
Dproto.go109 SubDir: PathForModuleGen(ctx, "proto", ctx.ModuleDir()),
Dpaths.go62 ModuleDir() string methodSpec
690 prefix := ctx.ModuleDir() + "/"
705 srcPath, err := safePathForSource(ctx, ctx.ModuleDir(), path[len(prefix):])
726 path := filepath.Join(ctx.ModuleDir(), def)
1389 path, err := pathForSource(ctx, ctx.ModuleDir(), p)
1464 ModuleDir() string methodSpec
1469 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
/build/soong/java/
Djava_resources.go42 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…
Dsupport_libraries.go32 dir := ctx.ModuleDir(module)
Dprebuilt_apis.go171 dir := mctx.ModuleDir() + "/" + subdir
181 files[i] = strings.TrimPrefix(f, mctx.ModuleDir()+"/")
219 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir())
Dkotlin.go94 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
204 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
/build/soong/rust/
Dclippy.go41 enabled, lints, err := config.ClippyLintsForDir(ctx.ModuleDir(), c.Properties.Clippy_lints)
Dsanitize.go154 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) {
179 if ctx.Config().MemtagHeapSyncEnabledForPath(ctx.ModuleDir()) {
186 } else if ctx.Config().MemtagHeapAsyncEnabledForPath(ctx.ModuleDir()) {
210 …orRamdisk() || ctx.RustModule().InRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc"…
/build/blueprint/bootstrap/
Dwritedocs.go45 filepath.Join(ctx.SrcDir(), ctx.ModuleDir(m)))
/build/blueprint/
Dsingleton_ctx.go38 ModuleDir(module Module) string methodSpec
189 func (s *singletonContext) ModuleDir(logicModule Module) string { func
190 return s.context.ModuleDir(logicModule)
/build/soong/cc/
Dtidy.go101 headerFilter += "\"(" + ctx.ModuleDir() + "/|" + defaultDirs + ")\""
138 tidyChecks += config.TidyChecksForDir(ctx.ModuleDir())
Dsnapshot_utils.go117 …if isSnapshotAware(ctx.DeviceConfig(), m, image.IsProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfi…
Dcompiler.go549 "-I"+android.PathForModuleGen(ctx, "yacc", ctx.ModuleDir()).String())
587 module := ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
591 if warningsAreAllowed(ctx.ModuleDir()) {
606 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
Dsanitize.go373 if !ctx.Config().CFIDisabledForPath(ctx.ModuleDir()) {
380 if !ctx.Config().IntegerOverflowDisabledForPath(ctx.ModuleDir()) && !ctx.static() {
402 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) {
434 if ctx.Config().MemtagHeapSyncEnabledForPath(ctx.ModuleDir()) {
441 } else if ctx.Config().MemtagHeapAsyncEnabledForPath(ctx.ModuleDir()) {
449 if s.Cfi == nil && ctx.Config().CFIEnabledForPath(ctx.ModuleDir()) && !ctx.Host() {
514 …|| ctx.inVendorRamdisk() || ctx.inRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc"…
Dcflag_artifacts.go144 if allowedDir(ctx.ModuleDir(ccModule)) {
Dafdo.go91 missing := ctx.ModuleDir() + ":" + module
/build/soong/snapshot/
Drecovery_snapshot.go48 if isRecoveryProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfig()) {
Dvendor_snapshot.go59 if isVendorProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfig()) {
/build/soong/provenance/
Dprovenance_singleton.go103 …artifactMetaDataFile := android.PathForIntermediates(ctx, "provenance_metadata", ctx.ModuleDir(), …
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/build/soong/bp2build/
Dbuild_conversion.go148 ModuleDir(module blueprint.Module) string methodSpec
274 dir := bpCtx.ModuleDir(m)
727 return fmt.Sprintf("//%s:%s", c.ModuleDir(logicModule), targetNameWithVariant(c, logicModule))

123