Home
last modified time | relevance | path

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

12

/build/soong/java/
Dtradefed.go34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
Dapp_set.go181 installDir = android.PathForModuleInstall(ctx, "priv-app", as.BaseModuleName())
183 installDir = android.PathForModuleInstall(ctx, "app", as.BaseModuleName())
Dravenwood.go163 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…
Dclasspath_fragment.go165 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
Dapp.go601 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/
Dbuild_flags.go62 installPath := android.PathForModuleInstall(ctx, "etc")
/build/soong/filesystem/
Draw_binary.go87 r.installDir = android.PathForModuleInstall(ctx, "etc")
Davb_add_hash_footer.go148 a.installDir = android.PathForModuleInstall(ctx, "etc")
Dlogical_partition.go186 l.installDir = android.PathForModuleInstall(ctx, "etc")
/build/soong/etc/
Dinstall_symlink.go76 installDir := android.PathForModuleInstall(ctx, filepath.Dir(m.properties.Installed_location))
/build/soong/android/
Dprebuilt_build_tool.go78 packagingDir := PathForModuleInstall(ctx, t.BaseModuleName())
Ddeptag_test.go37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
Dbuildinfo_prop.go169 p.installPath = PathForModuleInstall(ctx)
Dpaths_test.go807 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/
Dsdk_repo_host.go130 android.PathForModuleInstall(ctx, "sdk-repo").String() + "/",
237 ctx.InstallFile(android.PathForModuleInstall(ctx, "sdk-repo"), name+".zip", outputZipFile)
/build/soong/cc/
Dinstaller.go97 return android.PathForModuleInstall(ctx, dir, installer.subDir,
Dllndk_library.go120 installPath := android.PathForModuleInstall(ctx, "etc")
/build/soong/snapshot/
Dhost_test.go50 installDir := android.PathForModuleInstall(ctx, dir)
Dhost_snapshot.go155 f.installDir = android.PathForModuleInstall(ctx)
/build/soong/kernel/
Dprebuilt_kernel_modules.go89 installDir := android.PathForModuleInstall(ctx, "lib", "modules")
/build/soong/sh/
Dsh_binary.go318 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/
Dlinkerconfig.go84 l.installDirPath = android.PathForModuleInstall(ctx, "etc")
/build/soong/genrule/
Dgenrule_test.go1207 …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/
Dbpf.go205 installDir := android.PathForModuleInstall(ctx, "etc", "bpf")
/build/soong/python/
Dbinary.go261 return android.PathForModuleInstall(ctx, dir, relative)

12