Home
last modified time | relevance | path

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

/build/soong/python/
Dinstaller.go58 return android.PathForModuleInstall(ctx, dir, installer.relative)
/build/soong/cc/
Dinstaller.go75 return android.PathForModuleInstall(ctx, dir, installer.subDir,
/build/soong/java/
Dapp.go284 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)
Djava.go1489 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/
Dprebuilt_etc.go127 p.installDirPath = PathForModuleInstall(ctx, p.installDirBase, String(p.properties.Sub_dir))
Dpaths_test.go501 output := PathForModuleInstall(tc.ctx, tc.in...)
Dpaths.go1087 func PathForModuleInstall(ctx ModuleInstallPathContext, pathComponents ...string) OutputPath { func
/build/soong/apex/
Dapex.go810 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")