Searched refs:makePathForInstall (Results 1 – 1 of 1) sorted by relevance
/build/soong/android/ |
D | paths.go | 1698 return makePathForInstall(ctx, os, arch, partition, ctx.Debug(), pathComponents...) 1704 …return makePathForInstall(ctx, ctx.Config().BuildOS, ctx.Config().BuildArch, "", ctx.Debug(), path… 1710 return makePathForInstall(ctx, os, arch, partition, ctx.Debug(), pathComponents...) 1726 func makePathForInstall(ctx ModuleInstallPathContext, os OsType, arch ArchType, partition string, d… func
|