/aosp12/build/soong/dexpreopt/ |
H A D | class_loader_context_test.go | 54 m.AddContext(ctx, AnySdkVersion, "a", buildPath(ctx, "a"), installPath(ctx, "a"), nil) 55 m.AddContext(ctx, AnySdkVersion, "b", buildPath(ctx, "b"), installPath(ctx, "b"), nil) 56 m.AddContext(ctx, AnySdkVersion, "c", buildPath(ctx, "c"), installPath(ctx, "c"), nil) 76 m.AddContext(ctx, 42, "f", buildPath(ctx, "f"), installPath(ctx, "f"), nil) 161 m.AddContext(ctx, 28, "a", buildPath(ctx, "a"), installPath(ctx, "a"), nil) 162 m.AddContext(ctx, 29, "b", buildPath(ctx, "b"), installPath(ctx, "b"), nil) 163 m.AddContext(ctx, 30, "c", buildPath(ctx, "c"), installPath(ctx, "c"), nil) 220 m1.AddContext(ctx, 42, "a", buildPath(ctx, "a"), installPath(ctx, "a"), nil) 231 m.AddContext(ctx, 28, "a", buildPath(ctx, "a"), installPath(ctx, "a"), nil) 232 m.AddContext(ctx, 29, "b", buildPath(ctx, "b"), installPath(ctx, "b"), nil) [all …]
|
H A D | class_loader_context.go | 258 hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) error { 264 if installPath == nil { 267 installPath = android.PathForModuleInstall(ctx, "framework", lib+".jar") 275 if installPath != nil { 276 devicePath = android.InstallPathToOnDevicePath(ctx, installPath.(android.InstallPath)) 310 lib string, hostPath, installPath android.Path, nestedClcMap ClassLoaderContextMap) { 312 err := clcMap.addContext(ctx, sdkVer, lib, hostPath, installPath, nestedClcMap)
|
/aosp12/build/soong/cc/ |
H A D | ndk_headers.go | 133 installPath := installDir.Join(ctx, header.Base()) 134 if installPath != installedPath { 137 installPath, installedPath)) 139 m.installPaths = append(m.installPaths, installPath) 213 installPath := installDir.Join(ctx, header.Base()) 214 installPaths = append(installPaths, installPath) 215 m.installPaths = append(m.installPaths, installPath) 326 installPath := installDir.Join(ctx, src.Base()) 327 m.installPaths = append(m.installPaths, installPath) 333 Output: installPath,
|
H A D | ndk_library.go | 91 installPath android.Path member 322 stub.installPath = ctx.InstallFile(installDir, path.Base(), path)
|
H A D | ndk_sysroot.go | 123 installPaths = append(installPaths, installer.installPath)
|
H A D | vndk.go | 528 installPath := android.PathForModuleInstall(ctx, "etc") 529 ctx.InstallFile(installPath, filename, txt.outputFile)
|
H A D | library.go | 1683 installPath := getNdkSysrootBase(ctx).Join( 1688 Description: "install " + installPath.Base(), 1689 Output: installPath, 1693 library.ndkSysrootPath = installPath
|
H A D | androidmk.go | 476 path, file := filepath.Split(c.installPath.String())
|
/aosp12/system/sepolicy/build/soong/ |
H A D | versioned_policy.go | 68 installPath android.InstallPath member 155 m.installPath = android.PathForModuleInstall(ctx, "etc", "selinux") 157 m.installPath = m.installPath.Join(ctx, subdir) 159 ctx.InstallFile(m.installPath, m.installSource.Base(), m.installSource) 173 entries.SetPath("LOCAL_MODULE_PATH", m.installPath.ToMakePath())
|
H A D | policy.go | 68 installPath android.InstallPath member 179 c.installPath = android.PathForModuleInstall(ctx, "etc") 180 ctx.InstallFile(c.installPath, c.stem(), c.installSource) 194 entries.SetPath("LOCAL_MODULE_PATH", c.installPath.ToMakePath()) 245 installPath android.InstallPath member 330 c.installPath = android.PathForModuleInstall(ctx) 332 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux") 335 ctx.InstallFile(c.installPath, c.stem(), c.installSource) 349 entries.SetPath("LOCAL_MODULE_PATH", c.installPath.ToMakePath())
|
H A D | sepolicy_vers.go | 41 installPath android.InstallPath member 85 v.installPath = android.PathForModuleInstall(ctx, "etc", "selinux") 87 ctx.InstallFile(v.installPath, v.stem(), v.installSource) 100 entries.SetPath("LOCAL_MODULE_PATH", v.installPath.ToMakePath())
|
H A D | compat_cil.go | 39 installPath android.InstallPath member 97 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux", "mapping") 99 ctx.InstallFile(c.installPath, c.stem(), c.installSource) 108 entries.SetPath("LOCAL_MODULE_PATH", c.installPath.ToMakePath())
|
H A D | cil_compat_map.go | 77 installPath android.InstallPath member 125 c.installPath = android.PathForModuleInstall(ctx, "etc", "selinux", "mapping") 176 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", c.installPath.ToMakePath().String())
|
H A D | selinux_contexts.go | 73 installPath android.InstallPath member 126 m.installPath = android.PathForModuleInstall(ctx) 128 m.installPath = android.PathForModuleInstall(ctx, "etc", "selinux") 136 ctx.InstallFile(m.installPath, m.Name(), m.outputPath) 184 ctx.InstallFile(m.installPath, ctx.ModuleName(), m.outputPath) 234 fmt.Fprintln(w, "LOCAL_MODULE_PATH :=", m.installPath.ToMakePath().String())
|
/aosp12/build/soong/java/ |
H A D | dexpreopt.go | 30 installPath android.InstallPath member 121 func odexOnSystemOther(ctx android.ModuleContext, installPath android.InstallPath) bool { 122 …emOtherByName(ctx.ModuleName(), android.InstallPathToOnDevicePath(ctx, installPath), dexpreopt.Get… 130 if d.installPath.Base() == "." { 134 dexLocation := android.InstallPathToOnDevicePath(ctx, d.installPath)
|
H A D | robolectric.go | 192 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 194 installedResourceApk := ctx.InstallFile(installPath, ctx.ModuleName()+".apk", r.resourceApk) 195 …installedManifest := ctx.InstallFile(installPath, ctx.ModuleName()+"-AndroidManifest.xml", r.manif… 196 installedConfig := ctx.InstallFile(installPath, ctx.ModuleName()+".config", r.testConfig) 205 installedData := ctx.InstallFile(installPath, data.Rel(), data) 209 ctx.InstallFile(installPath, ctx.ModuleName()+".jar", r.combinedJar, installDeps...)
|
H A D | app_import.go | 57 installPath android.InstallPath member 281 a.dexpreopter.installPath = installDir.Join(ctx, a.BaseModuleName()+".apk") 337 a.installPath = ctx.InstallFile(installDir, apkFilename, a.outputFile)
|
H A D | app.go | 446 func (a *AndroidApp) installPath(ctx android.ModuleContext) android.InstallPath { func 461 a.dexpreopter.installPath = a.installPath(ctx) 485 a.installPathForJNISymbols = a.installPath(ctx).ToMakePath() 509 func (a *AndroidApp) JNISymbolsInstalls(installPath string) android.RuleBuilderInstalls { 515 To: filepath.Join(installPath, targetToJniDir(jniLib.target), jniLib.unstrippedFile.Base()),
|
H A D | java.go | 448 …InstallMixin func(ctx android.ModuleContext, installPath android.Path) (extraInstallDeps android.P… 476 …eopter.dexpreoptDisabled(ctx) && (ctx.Host() || !odexOnSystemOther(ctx, dexpreopter.installPath)) { 497 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar") 1358 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", jarName) 1619 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar")
|
H A D | app_import_test.go | 462 …quals(t, "prebuilt framework-res install location", expectedInstallPath, a.dexpreopter.installPath)
|
/aosp12/build/soong/android/ |
H A D | notices.go | 63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string, 73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
|
H A D | module.go | 367 InstallFile(installPath InstallPath, name string, srcPath Path, deps ...Path) InstallPath 376 InstallSymlink(installPath InstallPath, name string, srcPath InstallPath) InstallPath 385 InstallAbsoluteSymlink(installPath InstallPath, name string, absPath string) InstallPath 394 PackageFile(installPath InstallPath, name string, srcPath Path) PackagingSpec 2654 func (m *moduleContext) InstallFile(installPath InstallPath, name string, srcPath Path, 2656 return m.installFile(installPath, name, srcPath, deps, false) 2661 return m.installFile(installPath, name, srcPath, deps, true) 2665 fullInstallPath := installPath.Join(m, name) 2682 fullInstallPath := installPath.Join(m, name) 2724 fullInstallPath := installPath.Join(m, name) [all …]
|
/aosp12/build/blueprint/bootstrap/ |
H A D | bootstrap.go | 396 installPath string member 423 return g.installPath 431 g.installPath = primary.installPath 447 g.installPath = filepath.Join(toolDir(ctx.Config()), name) 449 g.installPath = filepath.Join(stageDir(g.config), "bin", name) 515 Outputs: []string{g.installPath},
|
/aosp12/build/soong/dexpreopt/dexpreopt_gen/ |
H A D | dexpreopt_gen.go | 216 installPath := installDir.Join(ctx, strings.TrimPrefix(install.To, "/")) 217 dexpreoptRule.Command().Text("mkdir -p").Flag(filepath.Dir(installPath.String())) 218 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
|
/aosp12/build/soong/etc/ |
H A D | prebuilt_etc.go | 330 installPath := ctx.InstallFile(p.installDirPath, p.outputFilePath.Base(), p.outputFilePath) 332 ctx.InstallSymlink(p.installDirPath, sl, installPath)
|