Home
last modified time | relevance | path

Searched defs:testBinary (Results 1 – 2 of 2) sorted by relevance

/build/soong/cc/
Dtest.go253 func (test *testDecorator) testBinary() bool { func
325 type testBinary struct { struct
326 testDecorator
327 *binaryDecorator
328 *baseCompiler
329 Properties TestBinaryProperties
330 data []android.DataPath
331 testConfig android.Path
332 extraTestConfigs android.Paths
335 func (test *testBinary) linkerProps() []interface{} {
[all …]
Dcc.go463 testBinary() bool methodSpec
1341 func (ctx *moduleContextImpl) testBinary() bool { func
3054 func (c *Module) testBinary() bool { func