Home
last modified time | relevance | path

Searched refs:pathForInstall (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dtest_suites.go63 testCasesDir := pathForInstall(ctx, ctx.Config().BuildOS, X86, "testcases", false)
Dconfig.go603 path := pathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "bin", false, tool)
612 path := pathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "lib64", false, lib+ext)
617 path := pathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "framework", false, tool)
Dpaths.go482 …goBinaryInstallDir := pathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "bin", fal…
1727 ret := pathForInstall(ctx, os, arch, partition, debug, pathComponents...)
1731 func pathForInstall(ctx PathContext, os OsType, arch ArchType, partition string, debug bool, func
Drule_builder.go829 toolDir := pathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "", false)