HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 26 - 50 of 73) sorted by null

12 3

  /external/syzkaller/sys/syz-sysgen/
sysgen.go 54 GOOS string
137 GOOS: OS,
246 return oses[i].GOOS < oses[j].GOOS
288 #if GOOS_{{$os.GOOS}}
289 #define GOOS "{{$os.GOOS}}"
307 #if GOOS_{{$os.GOOS}}
  /external/syzkaller/tools/syz-env/
env.go 17 hostOS := or(os.Getenv("HOSTOS"), runtime.GOOS)
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall.go 11 // system, set $GOOS and $GOARCH to the desired system. For example, if
12 // you want to view documentation for freebsd/arm on linux/amd64, set $GOOS
syscall_unix.go 25 darwin64Bit = runtime.GOOS == "darwin" && sizeofPtr == 8
26 dragonfly64Bit = runtime.GOOS == "dragonfly" && sizeofPtr == 8
27 netbsd32Bit = runtime.GOOS == "netbsd" && sizeofPtr == 4
28 solaris64Bit = runtime.GOOS == "solaris" && sizeofPtr == 8
mkpost.go 26 goos := os.Getenv("GOOS")
32 if goos == "linux" && goarch != "sparc64" {
87 // +build %s,%s`, goarch, goos)
  /build/blueprint/bootstrap/
config.go 57 return "$goRoot/pkg/tool/" + runtime.GOOS + "_" + runtime.GOARCH + "/compile"
60 return "$goRoot/pkg/tool/" + runtime.GOOS + "_" + runtime.GOARCH + "/link"
bootstrap.go 326 if runtime.GOOS == "darwin" {
329 } else if runtime.GOOS == "linux" {
427 if runtime.GOOS == "darwin" {
430 } else if runtime.GOOS == "linux" {
  /build/soong/cc/
proto_test.go 41 if runtime.GOOS != "linux" {
rs.go 30 return filepath.Join("prebuilts/sdk/tools", runtime.GOOS, "bin/llvm-rs-cc")
  /external/syzkaller/tools/syz-symbolize/
symbolize.go 18 flagOS = flag.String("os", runtime.GOOS, "target os")
  /external/syzkaller/tools/syz-upgrade/
upgrade.go 33 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
  /external/syzkaller/pkg/ipc/
ipc_test.go 43 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
58 target, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH)
  /external/syzkaller/tools/syz-stress/
stress.go 26 flagOS = flag.String("os", runtime.GOOS, "target os")
149 if *flagOS != runtime.GOOS {
  /external/syzkaller/tools/syz-mutate/
mutate.go 23 flagOS = flag.String("os", runtime.GOOS, "target os")
  /build/soong/ui/build/paths/
logs_test.go 56 if runtime.GOOS == "linux" {
config.go 181 if runtime.GOOS == "darwin" {
logs.go 91 if runtime.GOOS == "linux" {
  /build/soong/ui/build/
test_build.go 37 if runtime.GOOS != "linux" {
path.go 152 prebuiltsPath, _ := filepath.Abs("prebuilts/build-tools/path/" + runtime.GOOS + "-x86")
  /external/syzkaller/tools/syz-prog2c/
prog2c.go 19 flagOS = flag.String("os", runtime.GOOS, "target os")
  /build/blueprint/microfactory/
microfactory.go 68 goToolDir = filepath.Join(runtime.GOROOT(), "pkg", "tool", runtime.GOOS+"_"+runtime.GOARCH)
220 if name == runtime.GOOS || name == runtime.GOARCH || name == "gc" {
270 if runtime.GOOS != "darwin" && strings.HasSuffix(name, "_darwin.go") {
273 if runtime.GOOS != "linux" && strings.HasSuffix(name, "_linux.go") {
397 fmt.Fprintln(hash, runtime.GOOS, runtime.GOARCH, goVersion)
  /build/soong/java/config/
config.go 137 return filepath.Join(prebuiltDir, runtime.GOOS, "bin", tool)
  /external/llvm/tools/llvm-go/
llvm-go.go 94 if runtime.GOOS != "darwin" {
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
default.go 113 if runtime.GOOS == "windows" {
  /external/golang-protobuf/protoc-gen-go/
golden_test.go 276 if runtime.GOOS == "windows" {
284 if runtime.GOOS == "windows" {

Completed in 3282 milliseconds

12 3