Searched refs:PathForModuleInPartitionInstall (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/build/soong/apex/ |
H A D | vndk.go | 130 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib64") 135 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib") 146 dir := android.PathForModuleInPartitionInstall(ctx, "system", "usr")
|
H A D | builder.go | 555 apexDir := android.PathForModuleInPartitionInstall(ctx, "apex", apexName) 756 android.PathForModuleInPartitionInstall(ctx, "apex").String() + "/",
|
/aosp_15_r20/build/soong/java/ |
H A D | dexpreopt.go | 333 return android.PathForModuleInPartitionInstall(ctx, "", strings.TrimPrefix(dexLocation, "/")) 347 …d.installPath = android.PathForModuleInPartitionInstall(ctx, "", strings.TrimPrefix(dexpreopt.GetS… 517 productPackages := android.PathForModuleInPartitionInstall(ctx, "", "product_packages.txt") 581 installPath := android.PathForModuleInPartitionInstall(ctx, partition, installDir)
|
H A D | dexpreopt_check.go | 59 return android.PathForModuleInPartitionInstall(
|
H A D | rro.go | 184 …r.installDir = android.PathForModuleInPartitionInstall(ctx, partition, "overlay", String(r.propert…
|
/aosp_15_r20/build/soong/compliance/ |
H A D | notice.go | 89 installPath := android.PathForModuleInPartitionInstall(ctx, nx.props.Partition_name, "etc")
|
/aosp_15_r20/device/google/cuttlefish/build/ |
D | cvd-host-package.go | 125 c.stampFile = android.PathForModuleInPartitionInstall(ctx, c.BaseModuleName()+".stamp")
|
/aosp_15_r20/build/soong/kernel/ |
H A D | prebuilt_kernel_modules.go | 110 installDir = android.PathForModuleInPartitionInstall(ctx, "vendor_ramdisk", "lib", "modules")
|
/aosp_15_r20/build/soong/filesystem/ |
H A D | filesystem_test.go | 219 dataDir := android.PathForModuleInPartitionInstall(ctx, "data", "components")
|
H A D | filesystem.go | 546 installPath := android.PathForModuleInPartitionInstall(ctx, f.partitionName())
|
/aosp_15_r20/build/soong/etc/ |
H A D | prebuilt_etc.go | 386 …baseInstallDirPath = android.PathForModuleInPartitionInstall(ctx, ctx.DeviceConfig().OemPath(), p.…
|
/aosp_15_r20/build/soong/android/ |
H A D | paths.go | 2033 func PathForModuleInPartitionInstall(ctx ModuleInstallPathContext, partition string, pathComponents… func
|