Searched refs:PathForModuleInstall (Results 1 – 25 of 48) sorted by relevance
12
/build/soong/java/ |
D | tradefed.go | 34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
|
D | app_set.go | 181 installDir = android.PathForModuleInstall(ctx, "priv-app", as.BaseModuleName()) 183 installDir = android.PathForModuleInstall(ctx, "app", as.BaseModuleName())
|
D | ravenwood.go | 163 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 257 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 263 …soInstallPath := android.PathForModuleInstall(ctx, r.BaseModuleName()).Join(ctx, getLibPath(r.forc…
|
D | classpath_fragment.go | 165 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
|
D | app.go | 601 return android.PathForModuleInstall(ctx, installDir, a.installApkName+".apk") 807 a.installDir = android.PathForModuleInstall(ctx, "framework") 809 a.installDir = android.PathForModuleInstall(ctx, "priv-app", a.installApkName) 811 …a.installDir = android.PathForModuleInstall(ctx, a.installApkName, ctx.DeviceConfig().DeviceArch()) 813 a.installDir = android.PathForModuleInstall(ctx, "app", a.installApkName) 895 android.PathForModuleInstall(ctx).String() + "/", 932 allowlistInstallPath := android.PathForModuleInstall(ctx, "etc", "permissions")
|
/build/soong/aconfig/build_flags/ |
D | build_flags.go | 62 installPath := android.PathForModuleInstall(ctx, "etc")
|
/build/soong/filesystem/ |
D | raw_binary.go | 87 r.installDir = android.PathForModuleInstall(ctx, "etc")
|
D | avb_add_hash_footer.go | 148 a.installDir = android.PathForModuleInstall(ctx, "etc")
|
D | logical_partition.go | 186 l.installDir = android.PathForModuleInstall(ctx, "etc")
|
/build/soong/etc/ |
D | install_symlink.go | 76 installDir := android.PathForModuleInstall(ctx, filepath.Dir(m.properties.Installed_location))
|
/build/soong/android/ |
D | prebuilt_build_tool.go | 78 packagingDir := PathForModuleInstall(ctx, t.BaseModuleName())
|
D | deptag_test.go | 37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
|
D | buildinfo_prop.go | 169 p.installPath = PathForModuleInstall(ctx)
|
D | paths_test.go | 807 output := PathForModuleInstall(tc.ctx, tc.in...) 872 output := PathForModuleInstall(tc.ctx, tc.in...) 900 actual := PathForModuleInstall(ctx, "foo", "bar") 1573 p := PathForModuleInstall(ctx, "install/path") 1577 p := PathForModuleInstall(ctx, "install/path") 1591 PathForModuleInstall(ctx, "install/path"),
|
/build/soong/android_sdk/ |
D | sdk_repo_host.go | 130 android.PathForModuleInstall(ctx, "sdk-repo").String() + "/", 237 ctx.InstallFile(android.PathForModuleInstall(ctx, "sdk-repo"), name+".zip", outputZipFile)
|
/build/soong/cc/ |
D | installer.go | 97 return android.PathForModuleInstall(ctx, dir, installer.subDir,
|
D | llndk_library.go | 120 installPath := android.PathForModuleInstall(ctx, "etc")
|
/build/soong/snapshot/ |
D | host_test.go | 50 installDir := android.PathForModuleInstall(ctx, dir)
|
D | host_snapshot.go | 155 f.installDir = android.PathForModuleInstall(ctx)
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 89 installDir := android.PathForModuleInstall(ctx, "lib", "modules")
|
/build/soong/sh/ |
D | sh_binary.go | 318 installDir := android.PathForModuleInstall(ctx, "bin", proptools.String(s.properties.Sub_dir)) 429 s.installDir = android.PathForModuleInstall(ctx, testDir, s.SubDir()) 431 s.installDir = android.PathForModuleInstall(ctx, testDir, s.Name())
|
/build/soong/linkerconfig/ |
D | linkerconfig.go | 84 l.installDirPath = android.PathForModuleInstall(ctx, "etc")
|
/build/soong/genrule/ |
D | genrule_test.go | 1207 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android… 1229 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "prebuilt_bin"), ctx.ModuleName()… 1254 …t.outputFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), android…
|
/build/soong/bpf/ |
D | bpf.go | 205 installDir := android.PathForModuleInstall(ctx, "etc", "bpf")
|
/build/soong/python/ |
D | binary.go | 261 return android.PathForModuleInstall(ctx, dir, relative)
|
12