Searched refs:PathForModuleInstall (Results 1 – 25 of 59) sorted by relevance
123
| /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 | 213 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 359 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName()) 373 …soInstallPath := android.PathForModuleInstall(ctx, r.BaseModuleName()).Join(ctx, getLibPath(r.forc…
|
| D | platform_compat_config.go | 137 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig") 138 p.installConfigFile = android.PathForModuleInstall(ctx, "etc", "compatconfig", p.configFile.Base())
|
| D | classpath_fragment.go | 170 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
|
| /build/soong/android/ |
| D | removed_package.go | 59 ctx.InstallFile(PathForModuleInstall(ctx, "removed_module"), ctx.ModuleName(), out)
|
| D | vintf_fragment.go | 75 m.installDirPath = PathForModuleInstall(ctx, "etc", "vintf", "manifest")
|
| D | prebuilt_build_tool.go | 78 packagingDir := PathForModuleInstall(ctx, t.BaseModuleName())
|
| D | recovery_build_prop.go | 111 r.installPath = PathForModuleInstall(ctx)
|
| D | vintf_data.go | 151 m.installDirPath = PathForModuleInstall(ctx, "etc", "vintf")
|
| D | deptag_test.go | 37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
|
| D | paths_test.go | 807 output := PathForModuleInstall(tc.ctx, tc.in...) 872 output := PathForModuleInstall(tc.ctx, tc.in...) 900 actual := PathForModuleInstall(ctx, "foo", "bar") 1563 p := PathForModuleInstall(ctx, "install/path") 1567 p := PathForModuleInstall(ctx, "install/path") 1581 PathForModuleInstall(ctx, "install/path"),
|
| D | build_prop.go | 191 p.installPath = PathForModuleInstall(ctx, proptools.String(p.properties.Relative_install_path))
|
| /build/soong/aconfig/build_flags/ |
| D | build_flags.go | 62 installPath := android.PathForModuleInstall(ctx, "etc")
|
| /build/soong/etc/ |
| D | adb_keys.go | 56 m.installPath = android.PathForModuleInstall(ctx, "etc/security")
|
| D | avbpubkey.go | 71 m.installPath = android.PathForModuleInstall(ctx, "etc/security/avb")
|
| D | install_symlink.go | 85 installDir := android.PathForModuleInstall(ctx, filepath.Dir(m.properties.Installed_location))
|
| D | otacerts_zip.go | 136 …installPath := android.PathForModuleInstall(ctx, "etc", proptools.String(m.properties.Relative_ins…
|
| /build/soong/filesystem/ |
| D | raw_binary.go | 86 r.installDir = android.PathForModuleInstall(ctx, "etc")
|
| D | avb_add_hash_footer.go | 150 a.installDir = android.PathForModuleInstall(ctx, "etc")
|
| /build/soong/golang/ |
| D | golang.go | 100 …installPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), outputF…
|
| /build/soong/android_sdk/ |
| D | sdk_repo_host.go | 133 android.PathForModuleInstall(ctx, "sdk-repo").String() + "/", 240 installPath := android.PathForModuleInstall(ctx, "sdk-repo")
|
| /build/soong/cc/ |
| D | installer.go | 97 return android.PathForModuleInstall(ctx, dir, installer.subDir,
|
| D | llndk_library.go | 145 installPath := android.PathForModuleInstall(ctx, "etc")
|
| /build/soong/linkerconfig/ |
| D | linkerconfig.go | 82 l.installDirPath = android.PathForModuleInstall(ctx, "etc")
|
123