Searched refs:pathForInstall (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | test_suites.go | 63 testCasesDir := pathForInstall(ctx, ctx.Config().BuildOS, X86, "testcases", false)
|
D | config.go | 603 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)
|
D | paths.go | 482 …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
|
D | rule_builder.go | 829 toolDir := pathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "", false)
|