Searched refs:PathForModuleInstall (Results 1 – 18 of 18) sorted by relevance
/build/soong/java/ |
D | tradefed.go | 34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
|
D | app.go | 586 return android.PathForModuleInstall(ctx, installDir, a.installApkName+".apk") 751 a.installDir = android.PathForModuleInstall(ctx, "framework") 753 a.installDir = android.PathForModuleInstall(ctx, "priv-app", a.installApkName) 755 …a.installDir = android.PathForModuleInstall(ctx, a.installApkName, ctx.DeviceConfig().DeviceArch()) 757 a.installDir = android.PathForModuleInstall(ctx, "app", a.installApkName) 1477 installDir = android.PathForModuleInstall(ctx, "priv-app", a.BaseModuleName()) 1479 …installDir = android.PathForModuleInstall(ctx, a.BaseModuleName(), ctx.DeviceConfig().DeviceArch()) 1481 installDir = android.PathForModuleInstall(ctx, "app", a.BaseModuleName()) 1815 r.installDir = android.PathForModuleInstall(ctx, "overlay", String(r.properties.Theme))
|
D | platform_compat_config.go | 123 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig")
|
D | robolectric.go | 180 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 368 androidAllDir := android.PathForModuleInstall(ctx, "android-all")
|
D | java.go | 2009 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar") 2027 j.installFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 2486 j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"), 2663 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 2849 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar") 2894 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
|
D | sdk_library.go | 2122 module.installDirPath = android.PathForModuleInstall(ctx, "etc", module.SubDir())
|
/build/soong/sh/ |
D | sh_binary.go | 169 installDir := android.PathForModuleInstall(ctx, "bin", proptools.String(s.properties.Sub_dir)) 209 s.installDir = android.PathForModuleInstall(ctx, testDir, s.SubDir()) 211 s.installDir = android.PathForModuleInstall(ctx, testDir, s.Name())
|
/build/soong/python/ |
D | installer.go | 58 return android.PathForModuleInstall(ctx, dir, installer.relative)
|
/build/soong/android/ |
D | makefile_goal.go | 75 ctx.InstallFile(PathForModuleInstall(ctx, "etc"), ctx.ModuleName(), p.outputFilePath)
|
D | paths_test.go | 647 output := PathForModuleInstall(tc.ctx, tc.in...)
|
D | paths.go | 1279 func PathForModuleInstall(ctx ModuleInstallPathContext, pathComponents ...string) InstallPath { func
|
/build/soong/cc/ |
D | installer.go | 81 return android.PathForModuleInstall(ctx, dir, installer.subDir,
|
D | vndk.go | 490 installPath := android.PathForModuleInstall(ctx, "etc")
|
/build/soong/apex/ |
D | prebuilt.go | 199 p.installDir = android.PathForModuleInstall(ctx, "apex") 335 a.installDir = android.PathForModuleInstall(ctx, "apex")
|
D | builder.go | 683 a.outputFile = android.PathForModuleInstall(&factx, "apex", apexBundleName) 686 installPath := android.PathForModuleInstall(ctx, "apex", apexBundleName) 727 target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.Stem(), fi.builtFile) 729 ctx.InstallSymlink(android.PathForModuleInstall(ctx, dir), sym, target)
|
D | apex.go | 2271 a.installDir = android.PathForModuleInstall(ctx, "apex")
|
/build/soong/rust/ |
D | compiler.go | 229 return android.PathForModuleInstall(ctx, dir, compiler.subDir,
|
/build/soong/etc/ |
D | prebuilt_etc.go | 200 p.installDirPath = android.PathForModuleInstall(ctx, installBaseDir, p.SubDir())
|