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

1 23

  /build/soong/ui/build/
config.go 581 if runtime.GOOS == "linux" {
589 if runtime.GOOS == "linux" {
591 } else if runtime.GOOS == "darwin" {
  /external/boringssl/src/util/
all_tests.go 54 return runtime.GOOS == "linux" && (runtime.GOARCH == "arm" || runtime.GOARCH == "arm64")
read_symbols.go 42 objFileFormat = flag.String("obj-file-format", defaultObjFileFormat(runtime.GOOS), "Object file format to expect (options are elf, macho, pe)")
45 func defaultObjFileFormat(goos string) string {
46 switch goos {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-go/
llvm-go.go 93 if runtime.GOOS != "darwin" {
  /external/syzkaller/sys/targets/
targets.go 296 if OS == runtime.GOOS && arch == runtime.GOARCH {
  /external/syzkaller/tools/syz-execprog/
execprog.go 29 flagOS = flag.String("os", runtime.GOOS, "target os")
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
sdk.go 152 if runtime.GOOS == "windows" {
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_bsd.go 281 if runtime.GOOS == "darwin" && len == 0 {
305 if runtime.GOOS == "dragonfly" && rsa.Addr.Family == AF_UNSPEC && rsa.Addr.Len == 0 {
  /build/soong/android/
package_ctx.go 194 if runtime.GOOS == "darwin" {
variable.go 331 if runtime.GOOS == "linux" {
config.go 394 switch runtime.GOOS {
400 panic("Unknown GOOS")
410 switch runtime.GOOS {
arch.go 582 switch runtime.GOOS {
588 panic(fmt.Sprintf("unsupported OS: %s", runtime.GOOS))
    [all...]
  /build/soong/finder/fs/
readdir_test.go 300 if runtime.GOOS != "linux" {
  /build/soong/java/
sdk.go 342 if runtime.GOOS == "darwin" {
droiddoc.go 907 if runtime.GOOS == "darwin" {
    [all...]
  /external/syzkaller/syz-fuzzer/
fuzzer.go 97 flagOS = flag.String("os", runtime.GOOS, "target OS")
  /build/blueprint/microfactory/
microfactory_test.go 154 if runtime.GOOS == "darwin" {
  /external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
metadata.go 260 if runtime.GOOS != "linux" {
  /build/soong/cc/
builder.go 128 if runtime.GOOS == "darwin" {
236 if runtime.GOOS != "darwin" {
  /external/syzkaller/pkg/host/
host_linux.go 358 if _, err := prog.GetTarget(runtime.GOOS, runtime.GOARCH); err != nil {
  /build/soong/apex/
apex.go 124 return filepath.Join(prebuiltDir, runtime.GOOS, "bin", tool)
895 prebuiltSdkToolsBinDir := filepath.Join("prebuilts", "sdk", "tools", runtime.GOOS, "bin")
    [all...]
  /external/syzkaller/executor/
executor.cc 316 puts(GOOS " " GOARCH " " SYZ_REVISION " " GIT_REVISION);
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
server.go 638 if runtime.GOOS == "windows" {
    [all...]

Completed in 2917 milliseconds

1 23