Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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
H A Dcc.go1341 func (ctx *moduleContextImpl) testBinary() bool { func
3054 func (c *Module) testBinary() bool { func