HomeSort by relevance Sort by last modified time
    Searched refs:UNAME (Results 1 - 9 of 9) sorted by null

  /build/tools/
dump-package-stats 58 UNAME=`uname`
59 if [ "x$UNAME" = "xDarwin" ]
62 elif [ "x$UNAME" = "xLinux" ]
66 fail "Unknown uname $UNAME"
  /build/core/combo/
HOST_windows-x86.mk 26 ifneq ($(findstring Linux,$(UNAME)),)
53 ifneq ($(findstring CYGWIN,$(UNAME)),)
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
GNUmakefile 29 UNAME = $(shell uname)
34 ifeq ($(findstring CYGWIN,$(UNAME)),CYGWIN)
39 else # UNAME
112 endif # UNAME
  /external/iptables/extensions/
libip6t_dst.c 15 #define UNAME "HBH"
18 #define UNAME "DST"
27 UNAME " v%s options:\n"
51 UNAME " no valid digits in %s `%s'", typestr, idstr);
60 UNAME " error parsing %s `%s'", typestr, idstr);
libip6t_hbh.c 17 #define UNAME (HOPBYHOP ? "HBH" : "DST")
29 UNAME , IPTABLES_VERSION, LNAME, LNAME, IP6T_OPTS_OPTSNR);
58 "%s no valid digits in %s `%s'", UNAME, typestr, idstr);
67 "%s error parsing %s `%s'", UNAME, typestr, idstr);
  /build/core/
envsetup.mk 56 UNAME := $(shell uname -sm)
59 ifneq (,$(findstring Linux,$(UNAME)))
62 ifneq (,$(findstring Darwin,$(UNAME)))
65 ifneq (,$(findstring Macintosh,$(UNAME)))
68 ifneq (,$(findstring CYGWIN,$(UNAME)))
84 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
89 ifneq (,$(findstring 86,$(UNAME)))
93 ifneq (,$(findstring Power,$(UNAME)))
    [all...]
main.mk 425 ifeq ($(findstring Linux,$(UNAME)),)
  /ndk/build/core/
init.mk 100 # For other systems, use the `uname` output
101 UNAME := $(shell uname -s)
102 ifneq (,$(findstring Linux,$(UNAME)))
105 ifneq (,$(findstring Darwin,$(UNAME)))
109 ifneq (,$(findstring CYGWIN,$(UNAME)))
113 $(call __ndk_info,Unable to determine HOST_OS from uname -s: $(UNAME))
131 UNAME := $(shell uname -m
    [all...]
  /external/libffi/
ltconfig 58 UNAME=${UNAME-`uname 2>/dev/null`}
59 case X$UNAME in
    [all...]

Completed in 509 milliseconds