Home
last modified time | relevance | path

Searched refs:PathForModuleInstall (Results 1 – 25 of 43) sorted by relevance

12

/build/soong/java/
Dtradefed.go34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
Dapp_set.go155 installDir = android.PathForModuleInstall(ctx, "priv-app", as.BaseModuleName())
157 installDir = android.PathForModuleInstall(ctx, "app", as.BaseModuleName())
Dclasspath_fragment.go159 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
Dapp.go478 return android.PathForModuleInstall(ctx, installDir, a.installApkName+".apk")
617 a.installDir = android.PathForModuleInstall(ctx, "framework")
619 a.installDir = android.PathForModuleInstall(ctx, "priv-app", a.installApkName)
621 …a.installDir = android.PathForModuleInstall(ctx, a.installApkName, ctx.DeviceConfig().DeviceArch())
623 a.installDir = android.PathForModuleInstall(ctx, "app", a.installApkName)
709 android.PathForModuleInstall(ctx).String() + "/",
Drobolectric.go220 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName())
430 androidAllDir := android.PathForModuleInstall(ctx, "android-all")
Djava.go683 ctx, android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar"))
712 installDir = android.PathForModuleInstall(ctx, ctx.ModuleName(), archDir)
714 installDir = android.PathForModuleInstall(ctx, "framework")
1515 j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"),
2191 ctx, android.PathForModuleInstall(ctx, "framework", jarName))
2216 j.dexJarInstallFile = android.PathForModuleInstall(ctx, "framework", jarName)
2241 installDir = android.PathForModuleInstall(ctx, ctx.ModuleName(), archDir)
2243 installDir = android.PathForModuleInstall(ctx, "framework")
2477 ctx, android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar"))
2520 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
/build/soong/android/
Dmakefile_goal.go75 ctx.InstallFile(PathForModuleInstall(ctx, "etc"), ctx.ModuleName(), p.outputFilePath)
Dprebuilt_build_tool.go78 packagingDir := PathForModuleInstall(ctx, t.BaseModuleName())
Dbuildinfo_prop.go150 p.installPath = PathForModuleInstall(ctx)
Dpaths_test.go727 output := PathForModuleInstall(tc.ctx, tc.in...)
788 output := PathForModuleInstall(tc.ctx, tc.in...)
814 actual := PathForModuleInstall(ctx, "foo", "bar")
1485 p := PathForModuleInstall(ctx, "install/path")
1489 p := PathForModuleInstall(ctx, "install/path")
1503 PathForModuleInstall(ctx, "install/path"),
Ddeptag_test.go37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
Dpackaging_test.go53 installDir := PathForModuleInstall(ctx, dir)
/build/soong/filesystem/
Draw_binary.go89 r.installDir = android.PathForModuleInstall(ctx, "etc")
Davb_add_hash_footer.go135 a.installDir = android.PathForModuleInstall(ctx, "etc")
Dfilesystem_test.go102 dir := android.PathForModuleInstall(ctx, "components")
Dlogical_partition.go186 l.installDir = android.PathForModuleInstall(ctx, "etc")
Dvbmeta.go187 v.installDir = android.PathForModuleInstall(ctx, "etc")
/build/soong/android_sdk/
Dsdk_repo_host.go130 android.PathForModuleInstall(ctx, "sdk-repo").String() + "/",
236 ctx.InstallFile(android.PathForModuleInstall(ctx, "sdk-repo"), name+".zip", outputZipFile)
/build/soong/cc/
Dinstaller.go95 return android.PathForModuleInstall(ctx, dir, installer.subDir,
/build/soong/snapshot/
Dhost_test.go50 installDir := android.PathForModuleInstall(ctx, dir)
/build/soong/sh/
Dsh_binary.go267 installDir := android.PathForModuleInstall(ctx, "bin", proptools.String(s.properties.Sub_dir))
358 s.installDir = android.PathForModuleInstall(ctx, testDir, s.SubDir())
360 s.installDir = android.PathForModuleInstall(ctx, testDir, s.Name())
/build/soong/linkerconfig/
Dlinkerconfig.go98 l.installDirPath = android.PathForModuleInstall(ctx, "etc")
/build/soong/kernel/
Dprebuilt_kernel_modules.go79 installDir := android.PathForModuleInstall(ctx, "lib", "modules")
/build/soong/etc/
Dsnapshot_etc.go110 s.installDirPath = android.PathForModuleInstall(ctx, "etc", subDir)
/build/soong/genrule/
Dgenrule_test.go1067 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android…
1089 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "prebuilt_bin"), ctx.ModuleName()…
1114 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android…

12