Home
last modified time | relevance | path

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

/build/soong/filesystem/
Dandroid_device_product_out.go31 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")
Dsystem_image.go65 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, s.PartitionType(), "etc", "linker.co…
102 …FullInstallPath: android.PathForModuleInPartitionInstall(ctx, s.PartitionType(), "etc", "linker.co…
Dfsverity_metadata.go164 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/…
Daconfig_files.go55 fullInstallPath := android.PathForModuleInPartitionInstall(ctx, partition)
Dsystem_other.go126 …installPath := android.PathForModuleInPartitionInstall(ctx, "system_other", "system-other-odex-mar…
Dfilesystem.go923 …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…
Dfilesystem_test.go200 dataDir := android.PathForModuleInPartitionInstall(ctx, "data", "components")
/build/soong/apex/
Dvndk.go130 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib64")
135 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib")
146 dir := android.PathForModuleInPartitionInstall(ctx, "system", "usr")
Dbuilder.go621 apexDir := android.PathForModuleInPartitionInstall(ctx, "apex", apexName)
822 android.PathForModuleInPartitionInstall(ctx, "apex").String() + "/",
/build/soong/compliance/
Dnotice.go95 installPath := android.PathForModuleInPartitionInstall(ctx, nx.props.Partition_name, "etc")
/build/soong/java/
Ddexpreopt_check.go59 return android.PathForModuleInPartitionInstall(
Ddexpreopt.go279 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)
Drro.go203 …r.installDir = android.PathForModuleInPartitionInstall(ctx, partition, "overlay", String(r.propert…
/build/soong/python/
Dtest.go222 testCases := android.PathForModuleInPartitionInstall(ctx, "testcases", ctx.ModuleName())
/build/soong/kernel/
Dprebuilt_kernel_modules.go116 installDir = android.PathForModuleInPartitionInstall(ctx, "vendor_ramdisk", "lib", "modules")
/build/soong/rust/
Dtest.go214 …testCases := android.PathForModuleInPartitionInstall(ctx, "testcases", ctx.ModuleName()+r.SubName(…
/build/soong/cc/
Dtest.go432 …testCases := android.PathForModuleInPartitionInstall(ctx, "testcases", ctx.ModuleName()+c.SubName(…
/build/soong/etc/
Dprebuilt_etc.go412 …baseInstallDirPath = android.PathForModuleInPartitionInstall(ctx, ctx.DeviceConfig().OemPath(), p.…
/build/soong/android/
Dpaths.go2014 func PathForModuleInPartitionInstall(ctx ModuleInstallPathContext, partition string, pathComponents… func