Home
last modified time | relevance | path

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

1234

/aosp_15_r20/system/tools/hidl/build/
Dhidl_package_root.go98 r.properties.Path = proptools.StringPtr(ctx.ModuleDir())
102 if *r.properties.Path != ctx.ModuleDir() {
106 "the path of hidl_package_root.", *r.properties.Path, ctx.ModuleDir())
112 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
/aosp_15_r20/build/soong/android/
H A Doverride_module.go55 ModuleDir() string methodSpec
80 func (o *OverrideModuleBase) ModuleDir() string { func
216 b.overridableModuleProperties.OverriddenByModuleDir = o.ModuleDir()
278 overrideModule.setModuleDir(ctx.ModuleDir())
H A Dsingleton.go29 ModuleDir(module blueprint.Module) string methodSpec
282 qualified := createVisibilityModuleReference(s.ModuleName(referer), s.ModuleDir(referer), referer)
290 depDir := s.ModuleDir(module)
297 referer.Name(), depQualified, "//"+s.ModuleDir(referer))
H A Dpackage.go64 return newPackageId(ctx.ModuleDir())
76 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
H A Dvisibility.go294 checkRules(ctx, ctx.ModuleDir(), p.getName(), visibility)
511 qualified := createVisibilityModuleReference(ctx.ModuleName(), ctx.ModuleDir(), ctx.Module())
532 …ible to this module\nYou may need to add %q to its visibility", depQualified, "//"+ctx.ModuleDir())
H A Dpaths.go61 ModuleDir() string methodSpec
887 prefix := ctx.ModuleDir() + "/"
902 srcPath, err := safePathForSource(ctx, ctx.ModuleDir(), path[len(prefix):])
923 path := filepath.Join(ctx.ModuleDir(), def)
1678 path, err := pathForSource(ctx, ctx.ModuleDir(), p)
1764 ModuleDir() string methodSpec
1769 return PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir())
H A Dproduct_config.go31 if ctx.ModuleName() != "product_config" || ctx.ModuleDir() != "build/soong" {
H A Dplugin.go123 dir := ctx.ModuleDir(module)
/aosp_15_r20/build/soong/rust/
H A Dsanitize.go153 if !ctx.Config().MemtagHeapDisabledForPath(ctx.ModuleDir()) {
178 if ctx.Config().MemtagHeapSyncEnabledForPath(ctx.ModuleDir()) {
185 } else if ctx.Config().MemtagHeapAsyncEnabledForPath(ctx.ModuleDir()) {
199 …orRamdisk() || ctx.RustModule().InRecovery()) && !strings.HasPrefix(ctx.ModuleDir(), "bionic/libc"…
H A Dclippy.go41 dirEnabled, lints, err := config.ClippyLintsForDir(ctx.ModuleDir(), c.Properties.Clippy_lints)
/aosp_15_r20/build/soong/cc/
H A Dcompiler.go367 modulePath := ctx.ModuleDir()
629 "-I"+android.PathForModuleGen(ctx, "yacc", ctx.ModuleDir()).String())
686 module := ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
690 if warningsAreAllowed(ctx.ModuleDir()) {
711 if android.HasAnyPrefix(ctx.ModuleDir(), allowedManualInterfacePaths) {
721 if android.IsThirdPartyPath(ctx.ModuleDir()) {
H A Dtidy.go121 headerFilter += "\"(^" + ctx.ModuleDir() + "/|" + defaultDirs + ")\""
146 tidyChecks += config.TidyChecksForDir(ctx.ModuleDir())
242 moduleDir := ctx.ModuleDir(module)
H A Dsanitize.go533 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") {
H A Dcc_preprocess_no_configuration.go86 cflags = append(cflags, "-I"+ctx.ModuleDir())
/aosp_15_r20/build/blueprint/
H A Dsingleton_ctx.go38 ModuleDir(module Module) string methodSpec
203 func (s *singletonContext) ModuleDir(logicModule Module) string { func
204 return s.context.ModuleDir(getWrappedModule(logicModule))
/aosp_15_r20/build/soong/java/
H A Djava_resources.go48 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…
H A Dprebuilt_apis.go222 dir := mctx.ModuleDir() + "/" + subdir
232 files[i] = strings.TrimPrefix(f, mctx.ModuleDir()+"/")
278 mctx.ModuleErrorf("no api file found under %q", mctx.ModuleDir())
H A Dkotlin.go116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
256 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
H A Dsupport_libraries.go32 dir := ctx.ModuleDir(module)
/aosp_15_r20/prebuilts/rust/soong/
H A Drustprebuilts.go52 globPath := path.Join(ctx.ModuleDir(), dir, lib) + "-*" + extension
64 relPath := strings.TrimPrefix(libMatches[0].String(), ctx.ModuleDir()+"/")
/aosp_15_r20/external/angle/src/common/vulkan/
H A Dlibvulkan_loader.cpp36 SearchType::ModuleDir, in OpenLibVulkan()
/aosp_15_r20/system/tools/aidl/build/
Daidl_api.go596 apiDir := filepath.Join(ctx.ModuleDir(), m.apiDir(), ver)
652 nextApiDir := filepath.Join(ctx.ModuleDir(), m.apiDir(), nextVersion)
/aosp_15_r20/build/blueprint/bootstrap/
H A Dwritedocs.go45 filepath.Join(ctx.SrcDir(), ctx.ModuleDir(module)))
/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils_winuwp.cpp48 case SearchType::ModuleDir: in OpenSystemLibraryWithExtensionAndGetError()
/aosp_15_r20/external/angle/src/libOpenCL/
H A Ddispatch.cpp40 angle::OpenSharedLibrary(ANGLE_GLESV2_LIBRARY_NAME, angle::SearchType::ModuleDir)); in CreateDispatch()

1234