Home
last modified time | relevance | path

Searched refs:PathForModuleInPartitionInstall (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/build/soong/apex/
H A Dvndk.go130 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib64")
135 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib")
146 dir := android.PathForModuleInPartitionInstall(ctx, "system", "usr")
H A Dbuilder.go555 apexDir := android.PathForModuleInPartitionInstall(ctx, "apex", apexName)
756 android.PathForModuleInPartitionInstall(ctx, "apex").String() + "/",
/aosp_15_r20/build/soong/java/
H A Ddexpreopt.go333 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 Ddexpreopt_check.go59 return android.PathForModuleInPartitionInstall(
H A Drro.go184 …r.installDir = android.PathForModuleInPartitionInstall(ctx, partition, "overlay", String(r.propert…
/aosp_15_r20/build/soong/compliance/
H A Dnotice.go89 installPath := android.PathForModuleInPartitionInstall(ctx, nx.props.Partition_name, "etc")
/aosp_15_r20/device/google/cuttlefish/build/
Dcvd-host-package.go125 c.stampFile = android.PathForModuleInPartitionInstall(ctx, c.BaseModuleName()+".stamp")
/aosp_15_r20/build/soong/kernel/
H A Dprebuilt_kernel_modules.go110 installDir = android.PathForModuleInPartitionInstall(ctx, "vendor_ramdisk", "lib", "modules")
/aosp_15_r20/build/soong/filesystem/
H A Dfilesystem_test.go219 dataDir := android.PathForModuleInPartitionInstall(ctx, "data", "components")
H A Dfilesystem.go546 installPath := android.PathForModuleInPartitionInstall(ctx, f.partitionName())
/aosp_15_r20/build/soong/etc/
H A Dprebuilt_etc.go386 …baseInstallDirPath = android.PathForModuleInPartitionInstall(ctx, ctx.DeviceConfig().OemPath(), p.…
/aosp_15_r20/build/soong/android/
H A Dpaths.go2033 func PathForModuleInPartitionInstall(ctx ModuleInstallPathContext, partition string, pathComponents… func