Lines Matching refs:binaryDecorator
173 stem := test.binaryDecorator.Properties.Stem
179 test.binaryDecorator.Properties.Stem = StringPtr(name)
184 test.binaryDecorator.Properties.Stem = StringPtr("")
310 *binaryDecorator anonMember
318 props := append(test.testDecorator.linkerProps(), test.binaryDecorator.linkerProps()...)
324 test.testDecorator.linkerInit(ctx, test.binaryDecorator.baseLinker)
325 test.binaryDecorator.linkerInit(ctx)
330 deps = test.binaryDecorator.linkerDeps(ctx, deps)
336 flags = test.binaryDecorator.linkerFlags(ctx, flags)
411 test.binaryDecorator.baseInstaller.dir = "nativetest"
412 test.binaryDecorator.baseInstaller.dir64 = "nativetest64"
415 test.binaryDecorator.baseInstaller.relative = ctx.ModuleName()
416 } else if String(test.binaryDecorator.baseInstaller.Properties.Relative_install_path) == "" {
420 test.binaryDecorator.baseInstaller.install(ctx, file)
432 binaryDecorator: binary,
508 *binaryDecorator anonMember
520 benchmark.binaryDecorator.linkerInit(ctx)
524 props := benchmark.binaryDecorator.linkerProps()
530 deps = benchmark.binaryDecorator.linkerDeps(ctx, deps)
545 benchmark.binaryDecorator.baseInstaller.dir = filepath.Join("benchmarktest", ctx.ModuleName())
546 benchmark.binaryDecorator.baseInstaller.dir64 = filepath.Join("benchmarktest64", ctx.ModuleName())
547 benchmark.binaryDecorator.baseInstaller.install(ctx, file)
556 binaryDecorator: binary,