Searched refs:PathForModuleInPartitionInstall (Results 1 – 10 of 10) sorted by relevance
/build/soong/apex/ |
D | vndk.go | 123 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib64") 128 dir := android.PathForModuleInPartitionInstall(ctx, "system", "lib") 139 dir := android.PathForModuleInPartitionInstall(ctx, "system", "usr")
|
D | builder.go | 412 pathWhenActivated := android.PathForModuleInPartitionInstall(ctx, "apex", apexName) 625 android.PathForModuleInPartitionInstall(ctx, "apex").String() + "/",
|
/build/soong/java/ |
D | dexpreopt_check.go | 61 return android.PathForModuleInPartitionInstall(
|
D | dexpreopt.go | 223 return android.PathForModuleInPartitionInstall(ctx, "", strings.TrimPrefix(dexLocation, "/")) 372 installPath := android.PathForModuleInPartitionInstall(ctx, "", installDir)
|
D | rro.go | 163 …r.installDir = android.PathForModuleInPartitionInstall(ctx, partition, "overlay", String(r.propert…
|
D | bootclasspath_fragment.go | 593 installPath := android.PathForModuleInPartitionInstall(ctx, "", installDir)
|
D | java.go | 1674 …installPath := android.PathForModuleInPartitionInstall(ctx, "apex", ai.ApexVariationName, apexRoot…
|
D | sdk_library.go | 2306 installPath := android.PathForModuleInPartitionInstall(
|
/build/soong/filesystem/ |
D | filesystem_test.go | 101 dataDir := android.PathForModuleInPartitionInstall(ctx, "data", "components")
|
/build/soong/android/ |
D | paths.go | 1708 func PathForModuleInPartitionInstall(ctx ModuleInstallPathContext, partition string, pathComponents… func
|