Home
last modified time | relevance | path

Searched refs:staticBinary (Results 1 – 7 of 7) sorted by relevance

/build/soong/cc/
Dstl.go160 if ctx.staticBinary() {
Dafdo.go101 if ctx.static() && !ctx.staticBinary() {
Dsanitize.go518 if ctx.staticBinary() {
695 if ctx.staticBinary() {
1172 if c.staticBinary() {
1191 if c.staticBinary() {
1236 if c.staticBinary() {
Dcoverage.go117 if ctx.static() && !ctx.staticBinary() {
Dpgo.go282 if ctx.static() && !ctx.staticBinary() {
Dcc.go479 staticBinary() bool methodSpec
1444 func (ctx *moduleContextImpl) staticBinary() bool { func
1445 return ctx.mod.staticBinary()
3220 func (c *Module) staticBinary() bool { func
3222 staticBinary() bool
3224 return static.staticBinary()
Dbinary.go241 func (binary *binaryDecorator) staticBinary() bool { func