Home
last modified time | relevance | path

Searched refs:wrapperPath (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dcros_hardened_config_test.go421 wrapperPath := "./x86_64-cros-linux-gnu-" + compiler
430 WrapperCmd: newGoldenCmd(wrapperPath, mainCc),
435 WrapperCmd: newGoldenCmd(wrapperPath, mainCc),
440 WrapperCmd: newGoldenCmd(wrapperPath, "-nopie", mainCc),
444 WrapperCmd: newGoldenCmd(wrapperPath, "-D__KERNEL__", mainCc),
453 WrapperCmd: newGoldenCmd(wrapperPath, "--sysroot=xyz", mainCc),
462 wrapperPath := "./x86_64-cros-linux-gnu-" + compiler
467 … WrapperCmd: newGoldenCmd(wrapperPath, "-fsanitize=kernel-address", "-Wl,--no-undefined", mainCc),
471 WrapperCmd: newGoldenCmd(wrapperPath, "-fsanitize=kernel-address", "-Wl,-z,defs", mainCc),
475 … WrapperCmd: newGoldenCmd(wrapperPath, "-fsanitize=kernel-address", "-D_FORTIFY_SOURCE=1", mainCc),
[all …]
H A Dcompiler_wrapper.go415 wrapperPath := getAbsCmdPath(env, wrapperCmd)
416 evaledCmdPath, err := filepath.EvalSymlinks(wrapperPath)
418 return "", wrapErrorwithSourceLocf(err, "failed to evaluate symlinks for %s", wrapperPath)
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/test/
H A Dcheck_expected.go44 wrapperPath string member
116 wrapperPath: wrapper,
165 …cmd := exec.Command(test.toolPath, "-wrapper", test.wrapperPath, "-json", tempFile.Name(), "-confi…
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/test/
H A Dcheck_expected.go44 wrapperPath string member
116 wrapperPath: wrapper,
165 …cmd := exec.Command(test.toolPath, "-wrapper", test.wrapperPath, "-json", tempFile.Name(), "-confi…
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dbuild.go1629 if wrapperPath := wrapperPathFor(goos, goarch); wrapperPath != "" {
1634 …gorootBinGo, "build", "-o", pathf("%s/go_%s_%s_exec%s", gorootBin, goos, goarch, exe), wrapperPath)
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/
H A Dacvp.go52wrapperPath = flag.String("wrapper", "../../../../build/util/fipstools/acvp/modulewrapper/modu… var
532 middle, err := subprocess.New(*wrapperPath)
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/
H A Dacvp.go52wrapperPath = flag.String("wrapper", "../../../../build/util/fipstools/acvp/modulewrapper/modu… var
532 middle, err := subprocess.New(*wrapperPath)
/aosp_15_r20/build/soong/java/
H A Djava_test.go1933 wrapperPath := fmt.Sprint(ctx.ModuleForTests("foo", "android_common").AllOutputs())
1934 if !strings.Contains(wrapperPath, "foo.sh") {