Lines Matching refs:binaryDecorator
189 stem := test.binaryDecorator.Properties.Stem
195 test.binaryDecorator.Properties.Stem = StringPtr(name)
200 test.binaryDecorator.Properties.Stem = StringPtr("")
327 *binaryDecorator anonMember
336 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
342 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
343 test.binaryDecorator.linkerInit(ctx)
348 deps = test.binaryDecorator.linkerDeps(ctx, deps)
354 flags = test.binaryDecorator.linkerFlags(ctx, flags)
447 test.binaryDecorator.baseInstaller.dir = "nativetest"
448 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"
451 test.binaryDecorator.baseInstaller.relative = ctx.ModuleName()
452 } else if String(test.binaryDecorator.baseInstaller.Properties.Relative_install_path) == "" {
459 test.binaryDecorator.baseInstaller.install(ctx, file)
471 binaryDecorator: binary,
547 *binaryDecorator anonMember
559 benchmark.binaryDecorator.linkerInit(ctx)
563 props := benchmark.binaryDecorator.linkerProps()
569 deps = benchmark.binaryDecorator.linkerDeps(ctx, deps)
584 benchmark.binaryDecorator.baseInstaller.dir = filepath.Join("benchmarktest", ctx.ModuleName())
585 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
586 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
595 binaryDecorator: binary,