Home
last modified time | relevance | path

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

/build/soong/apex/
Dvndk.go123 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib64")
128 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib")
139 dir := android.PathForModuleInPartitionInstall(ctx, "system", "usr")
Dbuilder.go412 pathWhenActivated := android.PathForModuleInPartitionInstall(ctx, "apex", apexName)
625 android.PathForModuleInPartitionInstall(ctx, "apex").String() + "/",
/build/soong/java/
Ddexpreopt_check.go61 return android.PathForModuleInPartitionInstall(
Ddexpreopt.go223 return android.PathForModuleInPartitionInstall(ctx, "", strings.TrimPrefix(dexLocation, "/"))
372 installPath := android.PathForModuleInPartitionInstall(ctx, "", installDir)
Drro.go163 …r.installDir = android.PathForModuleInPartitionInstall(ctx, partition, "overlay", String(r.propert…
Dbootclasspath_fragment.go593 installPath := android.PathForModuleInPartitionInstall(ctx, "", installDir)
Djava.go1674 …installPath := android.PathForModuleInPartitionInstall(ctx, "apex", ai.ApexVariationName, apexRoot…
Dsdk_library.go2306 installPath := android.PathForModuleInPartitionInstall(
/build/soong/filesystem/
Dfilesystem_test.go101 dataDir := android.PathForModuleInPartitionInstall(ctx, "data", "components")
/build/soong/android/
Dpaths.go1708 func PathForModuleInPartitionInstall(ctx ModuleInstallPathContext, partition string, pathComponents… func