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

12

  /prebuilts/go/linux-x86/src/syscall/
mkall.sh 17 # * asm_${GOOS}_${GOARCH}.s
32 # * syscall_${GOOS}.go
39 # * syscall_${GOOS}_${GOARCH}.go
41 # Same as syscall_${GOOS}.go except that it contains code specific
42 # to ${GOOS} on one particular architecture.
44 # * types_${GOOS}.c
57 # * zerror_${GOOS}_${GOARCH}.go
64 # * zsyscall_${GOOS}_${GOARCH}.go
66 # Generated by mksyscall.pl; see syscall_${GOOS}.go above.
68 # * zsysnum_${GOOS}_${GOARCH}.g
    [all...]
  /prebuilts/go/darwin-x86/src/
make.bat 17 :: GOOS: The target operating system for installed packages and tools.
66 set GOOS=
89 if not %GOHOSTOS% == %GOOS% goto localbuild
97 set GOOS=%GOHOSTOS%
105 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
  /prebuilts/go/linux-x86/src/
make.bat 17 :: GOOS: The target operating system for installed packages and tools.
66 set GOOS=
89 if not %GOHOSTOS% == %GOOS% goto localbuild
97 set GOOS=%GOHOSTOS%
105 echo ##### Building packages and commands for %GOOS%/%GOARCH%.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 17 goos=$(go env GOOS)
22 installdir=pkg/${goos}_${goarch}_testcshared_shared
23 if [ "${goos}/${goarch}" == "android/arm" ] || [ "${goos}/${goarch}" == "darwin/amd64" ]; then
24 installdir=pkg/${goos}_${goarch}_testcshared
35 if [ "$goos" == "android" ]; then
41 if [ "$goos" == "android" ]; then
46 case "$goos" in
64 if [ "$goos" == "android" ]; the
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
test.bash 17 goos=$(go env GOOS)
22 installdir=pkg/${goos}_${goarch}_testcshared_shared
23 if [ "${goos}/${goarch}" == "android/arm" ] || [ "${goos}/${goarch}" == "darwin/amd64" ]; then
24 installdir=pkg/${goos}_${goarch}_testcshared
35 if [ "$goos" == "android" ]; then
41 if [ "$goos" == "android" ]; then
46 case "$goos" in
64 if [ "$goos" == "android" ]; the
    [all...]

Completed in 344 milliseconds

12