Lines Matching refs:binaryDecorator
270 *binaryDecorator anonMember
279 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
286 deps = test.binaryDecorator.linkerDeps(ctx, deps)
293 flags = test.binaryDecorator.linkerFlags(ctx, flags)
326 test.binaryDecorator.moduleInfoJSON(ctx, moduleInfoJSON)
387 test.binaryDecorator.baseInstaller.dir = "nativetest"
388 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"
391 test.binaryDecorator.baseInstaller.relative = ctx.ModuleName()
392 } else if String(test.binaryDecorator.baseInstaller.Properties.Relative_install_path) == "" {
400 test.binaryDecorator.baseInstaller.installTestData(ctx, test.data)
401 test.binaryDecorator.baseInstaller.install(ctx, file)
474 binaryDecorator: binary,
566 *binaryDecorator anonMember
577 props := benchmark.binaryDecorator.linkerProps()
583 deps = benchmark.binaryDecorator.linkerDeps(ctx, deps)
607 benchmark.binaryDecorator.baseInstaller.dir = filepath.Join("benchmarktest", ctx.ModuleName())
608 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
609 benchmark.binaryDecorator.baseInstaller.installTestData(ctx, benchmark.data)
610 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
614 benchmark.binaryDecorator.moduleInfoJSON(ctx, moduleInfoJSON)
642 binaryDecorator: binary,