Searched refs:PathForModuleInstall (Results 1 – 25 of 34) sorted by relevance
12
/build/soong/java/ |
D | tradefed.go | 34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
|
D | app_import.go | 270 installDir = android.PathForModuleInstall(ctx, "framework") 273 installDir = android.PathForModuleInstall(ctx, "priv-app", a.BaseModuleName()) 275 …installDir = android.PathForModuleInstall(ctx, a.BaseModuleName(), ctx.DeviceConfig().DeviceArch()) 277 installDir = android.PathForModuleInstall(ctx, "app", a.BaseModuleName())
|
D | java.go | 497 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar") 516 j.installFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 1066 j.binaryFile = ctx.InstallExecutable(android.PathForModuleInstall(ctx, "bin"), 1315 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 1358 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", jarName) 1619 j.dexpreopter.installPath = android.PathForModuleInstall(ctx, "framework", j.Stem()+".jar") 1662 ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"),
|
D | classpath_fragment.go | 133 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
|
D | rro.go | 140 r.installDir = android.PathForModuleInstall(ctx, "overlay", String(r.properties.Theme))
|
D | robolectric.go | 192 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 390 androidAllDir := android.PathForModuleInstall(ctx, "android-all")
|
D | app.go | 457 return android.PathForModuleInstall(ctx, installDir, a.installApkName+".apk") 625 a.installDir = android.PathForModuleInstall(ctx, "framework") 627 a.installDir = android.PathForModuleInstall(ctx, "priv-app", a.installApkName) 629 …a.installDir = android.PathForModuleInstall(ctx, a.installApkName, ctx.DeviceConfig().DeviceArch()) 631 a.installDir = android.PathForModuleInstall(ctx, "app", a.installApkName)
|
D | platform_compat_config.go | 106 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig")
|
/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 | prebuilt_build_tool.go | 78 packagingDir := PathForModuleInstall(ctx, t.BaseModuleName())
|
D | paths_test.go | 715 output := PathForModuleInstall(tc.ctx, tc.in...) 776 output := PathForModuleInstall(tc.ctx, tc.in...) 802 actual := PathForModuleInstall(ctx, "foo", "bar") 1391 p := PathForModuleInstall(ctx, "install/path") 1395 p := PathForModuleInstall(ctx, "install/path").ToMakePath() 1408 PathForModuleInstall(ctx, "install/path"), 1409 PathForModuleInstall(ctx, "install/path").ToMakePath(),
|
D | deptag_test.go | 37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
|
D | packaging_test.go | 51 installDir := PathForModuleInstall(ctx, dir)
|
/build/soong/cc/ |
D | installer.go | 81 return android.PathForModuleInstall(ctx, dir, installer.subDir,
|
/build/soong/sh/ |
D | sh_binary.go | 259 installDir := android.PathForModuleInstall(ctx, "bin", proptools.String(s.properties.Sub_dir)) 343 s.installDir = android.PathForModuleInstall(ctx, testDir, s.SubDir()) 345 s.installDir = android.PathForModuleInstall(ctx, testDir, s.Name())
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 96 l.installDirPath = android.PathForModuleInstall(ctx, "etc")
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 79 installDir := android.PathForModuleInstall(ctx, "lib", "modules")
|
/build/soong/genrule/ |
D | genrule_test.go | 724 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android… 745 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android…
|
/build/soong/filesystem/ |
D | logical_partition.go | 186 l.installDir = android.PathForModuleInstall(ctx, "etc")
|
D | vbmeta.go | 187 v.installDir = android.PathForModuleInstall(ctx, "etc")
|
D | bootimg.go | 124 b.installDir = android.PathForModuleInstall(ctx, "etc")
|
/build/soong/dexpreopt/ |
D | class_loader_context.go | 267 installPath = android.PathForModuleInstall(ctx, "framework", lib+".jar")
|
D | class_loader_context_test.go | 286 return android.PathForModuleInstall(ctx, lib+".jar")
|
/build/soong/apex/ |
D | builder.go | 843 target := ctx.InstallFile(android.PathForModuleInstall(ctx, dir), fi.stem(), fi.builtFile) 845 ctx.InstallSymlink(android.PathForModuleInstall(ctx, dir), sym, target) 859 a.outputFile = android.PathForModuleInstall(&factx, "apex", bundleName)
|
12