Home
last modified time | relevance | path

Searched refs:installPath (Results 1 – 19 of 19) sorted by relevance

/build/soong/dexpreopt/
Dclass_loader_context_test.go54 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)
61 m1.AddContext(ctx, AnySdkVersion, "a1", buildPath(ctx, "a1"), installPath(ctx, "a1"), nil)
62 m1.AddContext(ctx, AnySdkVersion, "b1", buildPath(ctx, "b1"), installPath(ctx, "b1"), nil)
65 m2.AddContext(ctx, AnySdkVersion, "a2", buildPath(ctx, "a2"), installPath(ctx, "a2"), nil)
66 m2.AddContext(ctx, AnySdkVersion, "b2", buildPath(ctx, "b2"), installPath(ctx, "b2"), nil)
67 m2.AddContext(ctx, AnySdkVersion, "c2", buildPath(ctx, "c2"), installPath(ctx, "c2"), m1)
70 m3.AddContext(ctx, AnySdkVersion, "a3", buildPath(ctx, "a3"), installPath(ctx, "a3"), nil)
71 m3.AddContext(ctx, AnySdkVersion, "b3", buildPath(ctx, "b3"), installPath(ctx, "b3"), nil)
[all …]
Dclass_loader_context.go258 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)
/build/soong/cc/
Dndk_headers.go133 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,
Dndk_sysroot.go123 installPaths = append(installPaths, installer.installPath)
Dndk_library.go91 installPath android.Path member
322 stub.installPath = ctx.InstallFile(installDir, path.Base(), path)
Dlibrary.go1683 installPath := getNdkSysrootBase(ctx).Join(
1688 Description: "install " + installPath.Base(),
1689 Output: installPath,
1693 library.ndkSysrootPath = installPath
Dandroidmk.go476 path, file := filepath.Split(c.installPath.String())
/build/soong/java/
Ddexpreopt.go30 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)
Drobolectric.go192 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...)
Dapp_import.go57 installPath android.InstallPath member
281 a.dexpreopter.installPath = installDir.Join(ctx, a.BaseModuleName()+".apk")
337 a.installPath = ctx.InstallFile(installDir, apkFilename, a.outputFile)
Dapp.go446 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()),
Djava.go448 …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")
Dapp_import_test.go462 …quals(t, "prebuilt framework-res install location", expectedInstallPath, a.dexpreopter.installPath)
Dandroidmk.go660 entries.AddStrings("LOCAL_INSTALLED_MODULE_STEM", a.installPath.Rel())
/build/soong/android/
Dnotices.go63 func BuildNoticeOutput(ctx ModuleContext, installPath InstallPath, installFilename string,
73 noticeRelPath := InstallPathToOnDevicePath(ctx, installPath.Join(ctx, installFilename+".txt"))
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go216 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)
/build/blueprint/bootstrap/
Dbootstrap.go396 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},
/build/soong/etc/
Dprebuilt_etc.go330 installPath := ctx.InstallFile(p.installDirPath, p.outputFilePath.Base(), p.outputFilePath)
332 ctx.InstallSymlink(p.installDirPath, sl, installPath)
/build/soong/apex/
Dapex_test.go2412 installPath := "out/target/product/test_device/vendor/apex"
2413 ensureContains(t, androidMk, "LOCAL_MODULE_PATH := "+installPath)