Searched refs:PathForModuleInPartitionInstall (Results 1 – 19 of 19) sorted by relevance
| /build/soong/filesystem/ |
| D | android_device_product_out.go | 31 destPath := android.PathForModuleInPartitionInstall(ctx, "").Join(ctx, dest) 43 imgInstallPath := android.PathForModuleInPartitionInstall(ctx, "", partition+".img") 109 bootloaderInstallPath := android.PathForModuleInPartitionInstall(ctx, "", "bootloader") 122 installPath := android.PathForModuleInPartitionInstall(ctx, "", type_+".img") 142 installPath := android.PathForModuleInPartitionInstall(ctx, "", info.Name+".img") 157 installPath := android.PathForModuleInPartitionInstall(ctx, "", "super.img") 170 installPath := android.PathForModuleInPartitionInstall(ctx, "", "android-info.txt")
|
| D | system_image.go | 65 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, s.PartitionType(), "etc", "linker.co… 102 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, s.PartitionType(), "etc", "linker.co…
|
| D | fsverity_metadata.go | 164 FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), rel), 191 FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), rel), 285 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), fmt.Sprintf("etc/… 292 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), fmt.Sprintf("etc/…
|
| D | aconfig_files.go | 55 fullInstallPath := android.PathForModuleInPartitionInstall(ctx, partition)
|
| D | system_other.go | 126 …installPath := android.PathForModuleInPartitionInstall(ctx, "system_other", "system-other-odex-mar…
|
| D | filesystem.go | 923 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), strings.TrimPrefi… 952 …installPath := android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), strings.TrimPrefix(… 954 installPath = android.PathForModuleInPartitionInstall(ctx, "root", name) 963 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), strings.TrimPrefi… 1411 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), "etc", "event-log… 1435 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, f.PartitionType(), "etc", "linker.co…
|
| D | filesystem_test.go | 200 dataDir := android.PathForModuleInPartitionInstall(ctx, "data", "components")
|
| /build/soong/apex/ |
| D | vndk.go | 130 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib64") 135 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib") 146 dir := android.PathForModuleInPartitionInstall(ctx, "system", "usr")
|
| D | builder.go | 621 apexDir := android.PathForModuleInPartitionInstall(ctx, "apex", apexName) 822 android.PathForModuleInPartitionInstall(ctx, "apex").String() + "/",
|
| /build/soong/compliance/ |
| D | notice.go | 95 installPath := android.PathForModuleInPartitionInstall(ctx, nx.props.Partition_name, "etc")
|
| /build/soong/java/ |
| D | dexpreopt_check.go | 59 return android.PathForModuleInPartitionInstall(
|
| D | dexpreopt.go | 279 return android.PathForModuleInPartitionInstall(ctx, "", strings.TrimPrefix(dexLocation, "/")) 293 …d.installPath = android.PathForModuleInPartitionInstall(ctx, "", strings.TrimPrefix(dexpreopt.GetS… 467 productPackages := android.PathForModuleInPartitionInstall(ctx, "", "product_packages.txt") 526 installPath := android.PathForModuleInPartitionInstall(ctx, partition, installDir)
|
| D | rro.go | 203 …r.installDir = android.PathForModuleInPartitionInstall(ctx, partition, "overlay", String(r.propert…
|
| /build/soong/python/ |
| D | test.go | 222 testCases := android.PathForModuleInPartitionInstall(ctx, "testcases", ctx.ModuleName())
|
| /build/soong/kernel/ |
| D | prebuilt_kernel_modules.go | 116 installDir = android.PathForModuleInPartitionInstall(ctx, "vendor_ramdisk", "lib", "modules")
|
| /build/soong/rust/ |
| D | test.go | 214 …testCases := android.PathForModuleInPartitionInstall(ctx, "testcases", ctx.ModuleName()+r.SubName(…
|
| /build/soong/cc/ |
| D | test.go | 432 …testCases := android.PathForModuleInPartitionInstall(ctx, "testcases", ctx.ModuleName()+c.SubName(…
|
| /build/soong/etc/ |
| D | prebuilt_etc.go | 412 …baseInstallDirPath = android.PathForModuleInPartitionInstall(ctx, ctx.DeviceConfig().OemPath(), p.…
|
| /build/soong/android/ |
| D | paths.go | 2014 func PathForModuleInPartitionInstall(ctx ModuleInstallPathContext, partition string, pathComponents… func
|