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

  /build/make/tools/
dump-package-stats 58 UNAME=`uname`
59 if [ "x$UNAME" = "xDarwin" ]
62 elif [ "x$UNAME" = "xLinux" ]
66 fail "Unknown uname $UNAME"
  /external/ltp/pan/cgi/
browse.cgi 5 # keep a copy of each 'uname -a' string so we don't have to search for it every time.
16 # get the UNAME line for a host, date, suite
45 if ($line =~ /^UNAME/) {
47 $line =~ s/UNAME *//;
60 if ($line =~ /^UNAME/) {
62 $line =~ s/UNAME="(.*)"/\1/;
108 #@rso = (HOST,SUITE, DATE, UNAME);
109 @rso = (SUITE, HOST, DATE, UNAME);
122 elsif ($so[$i] =~ /uname/i) { push(@rso, UNAME); }
    [all...]
reconsile.cgi 71 if ($line =~ /^UNAME/) {
72 $line =~ s/UNAME *//;
73 $result_details->[$i]->{UNAME} = $line;
  /prebuilts/build-tools/
build-prebuilts.sh 10 UNAME="$(uname)"
11 case "$UNAME" in
  /external/sonic/
Makefile 9 UNAME := $(shell uname)
10 ifeq ($(UNAME), Darwin)
  /build/make/core/
envsetup.mk 100 UNAME := $(shell uname -sm)
103 ifneq (,$(findstring Linux,$(UNAME)))
106 ifneq (,$(findstring Darwin,$(UNAME)))
109 ifneq (,$(findstring Macintosh,$(UNAME)))
128 $(error Unable to determine HOST_OS from uname -sm: $(UNAME)!)
132 ifneq (,$(findstring x86_64,$(UNAME)))
137 ifneq (,$(findstring i686,$(UNAME))$(findstring x86,$(UNAME)))
    [all...]

Completed in 263 milliseconds