Lines Matching defs:testBinary
308 type testBinary struct { struct
309 testDecorator
310 *binaryDecorator
311 *baseCompiler
312 Properties TestBinaryProperties
313 data []android.DataPath
314 testConfig android.Path
317 func (test *testBinary) linkerProps() []interface{} {
323 func (test *testBinary) linkerInit(ctx BaseModuleContext) {
328 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
335 func (test *testBinary) linkerFlags(ctx ModuleContext, flags Flags) Flags {
341 func (test *testBinary) install(ctx ModuleContext, file android.Path) {