Searched refs:wrapperPath (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/ |
H A D | cros_hardened_config_test.go | 421 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 D | compiler_wrapper.go | 415 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 D | check_expected.go | 44 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 D | check_expected.go | 44 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/ |
D | build.go | 1629 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 D | acvp.go | 52 …wrapperPath = 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 D | acvp.go | 52 …wrapperPath = flag.String("wrapper", "../../../../build/util/fipstools/acvp/modulewrapper/modu… var 532 middle, err := subprocess.New(*wrapperPath)
|
/aosp_15_r20/build/soong/java/ |
H A D | java_test.go | 1933 wrapperPath := fmt.Sprint(ctx.ModuleForTests("foo", "android_common").AllOutputs()) 1934 if !strings.Contains(wrapperPath, "foo.sh") {
|