Searched refs:PathForModuleInstall (Results 1 – 8 of 8) sorted by relevance
| /build/soong/python/ |
| D | installer.go | 58 return android.PathForModuleInstall(ctx, dir, installer.relative)
|
| /build/soong/cc/ |
| D | installer.go | 75 return android.PathForModuleInstall(ctx, dir, installer.subDir,
|
| /build/soong/java/ |
| D | app.go | 284 a.dexpreopter.installPath = android.PathForModuleInstall(ctx, installDir, a.installApkName+".apk") 403 installDir = android.PathForModuleInstall(ctx, "framework") 405 installDir = android.PathForModuleInstall(ctx, "priv-app", a.installApkName) 407 installDir = android.PathForModuleInstall(ctx, "app", a.installApkName)
|
| D | java.go | 1489 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", ctx.ModuleName()+".jar") 1497 j.installFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 1719 j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"), 1869 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 2011 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", ctx.ModuleName()+".jar") 2056 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
|
| /build/soong/android/ |
| D | prebuilt_etc.go | 127 p.installDirPath = PathForModuleInstall(ctx, p.installDirBase, String(p.properties.Sub_dir))
|
| D | paths_test.go | 501 output := PathForModuleInstall(tc.ctx, tc.in...)
|
| D | paths.go | 1087 func PathForModuleInstall(ctx ModuleInstallPathContext, pathComponents ...string) OutputPath { func
|
| /build/soong/apex/ |
| D | apex.go | 810 a.installDir = android.PathForModuleInstall(ctx, "apex") 1075 …target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.builtFile.Base(), fi.builtFil… 1077 ctx.InstallSymlink(android.PathForModuleInstall(ctx, dir), sym, target) 1389 p.installDir = android.PathForModuleInstall(ctx, "apex")
|