Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Dpaths.go1698 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...)
Dmodule.go341 Debug() bool methodSpec
3042 func (b *baseModuleContext) Debug() bool { func
/build/soong/cc/
Dcompiler.go148 Debug, Release struct { member