/aosp_15_r20/system/tools/hidl/build/ |
D | hidl_package_root.go | 98 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 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())
|
H A D | singleton.go | 29 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 D | package.go | 64 return newPackageId(ctx.ModuleDir()) 76 module.nameProperties.Name = proptools.StringPtr("//" + ctx.ModuleDir())
|
H A D | visibility.go | 294 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 D | paths.go | 61 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 D | product_config.go | 31 if ctx.ModuleName() != "product_config" || ctx.ModuleDir() != "build/soong" {
|
H A D | plugin.go | 123 dir := ctx.ModuleDir(module)
|
/aosp_15_r20/build/soong/rust/ |
H A D | sanitize.go | 153 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 D | clippy.go | 41 dirEnabled, lints, err := config.ClippyLintsForDir(ctx.ModuleDir(), c.Properties.Clippy_lints)
|
/aosp_15_r20/build/soong/cc/ |
H A D | compiler.go | 367 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 D | tidy.go | 121 headerFilter += "\"(^" + ctx.ModuleDir() + "/|" + defaultDirs + ")\"" 146 tidyChecks += config.TidyChecksForDir(ctx.ModuleDir()) 242 moduleDir := ctx.ModuleDir(module)
|
H A 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") {
|
H A D | cc_preprocess_no_configuration.go | 86 cflags = append(cflags, "-I"+ctx.ModuleDir())
|
/aosp_15_r20/build/blueprint/ |
H A D | singleton_ctx.go | 38 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 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…
|
H A D | prebuilt_apis.go | 222 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 D | kotlin.go | 116 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName()) 256 kotlinName := filepath.Join(ctx.ModuleDir(), ctx.ModuleSubDir(), ctx.ModuleName())
|
H A D | support_libraries.go | 32 dir := ctx.ModuleDir(module)
|
/aosp_15_r20/prebuilts/rust/soong/ |
H A D | rustprebuilts.go | 52 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 D | libvulkan_loader.cpp | 36 SearchType::ModuleDir, in OpenLibVulkan()
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_api.go | 596 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 D | writedocs.go | 45 filepath.Join(ctx.SrcDir(), ctx.ModuleDir(module)))
|
/aosp_15_r20/external/angle/src/common/ |
H A D | system_utils_winuwp.cpp | 48 case SearchType::ModuleDir: in OpenSystemLibraryWithExtensionAndGetError()
|
/aosp_15_r20/external/angle/src/libOpenCL/ |
H A D | dispatch.cpp | 40 angle::OpenSharedLibrary(ANGLE_GLESV2_LIBRARY_NAME, angle::SearchType::ModuleDir)); in CreateDispatch()
|