Lines Matching refs:binaryDecorator
198 stem := test.binaryDecorator.Properties.Stem
204 test.binaryDecorator.Properties.Stem = StringPtr(name)
209 test.binaryDecorator.Properties.Stem = StringPtr("")
337 *binaryDecorator anonMember
346 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
353 deps = test.binaryDecorator.linkerDeps(ctx, deps)
360 flags = test.binaryDecorator.linkerFlags(ctx, flags)
386 moduleInfoJSON.SubName = "_" + String(test.binaryDecorator.Properties.Stem)
397 test.binaryDecorator.moduleInfoJSON(ctx, moduleInfoJSON)
456 test.binaryDecorator.baseInstaller.dir = "nativetest"
457 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"
460 test.binaryDecorator.baseInstaller.relative = ctx.ModuleName()
461 } else if String(test.binaryDecorator.baseInstaller.Properties.Relative_install_path) == "" {
469 test.binaryDecorator.baseInstaller.installTestData(ctx, test.data)
470 test.binaryDecorator.baseInstaller.install(ctx, file)
543 binaryDecorator: binary,
635 *binaryDecorator anonMember
646 props := benchmark.binaryDecorator.linkerProps()
652 deps = benchmark.binaryDecorator.linkerDeps(ctx, deps)
676 benchmark.binaryDecorator.baseInstaller.dir = filepath.Join("benchmarktest", ctx.ModuleName())
677 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
678 benchmark.binaryDecorator.baseInstaller.installTestData(ctx, benchmark.data)
679 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
683 benchmark.binaryDecorator.moduleInfoJSON(ctx, moduleInfoJSON)
711 binaryDecorator: binary,