Home
last modified time | relevance | path

Searched refs:uname (Results 1 – 6 of 6) sorted by relevance

/frameworks/testing/uiautomator/utils/uiautomatorviewer/etc/
Duiautomatorviewer60 if [ `uname` = "Darwin" ]; then
66 if [ `uname` = "Linux" ]; then
82 osname=`uname -s | tr A-Z a-z`
/frameworks/compile/mclinker/
Dautogen.sh8 my_uname=`uname`
/frameworks/compile/libbcc/runtime/make/
Dconfig.mk4 OS := $(shell uname)
/frameworks/compile/libbcc/runtime/test/Unit/
Dtest5 if test `uname` = "Darwin"; then
/frameworks/compile/libbcc/tests/
Dbccarm20 def uname(): function
Dtest.py60 def uname(): function
78 gRunOTCCOutput = uname() == "Linux" and unameM() != "x86_64" and outputCanRun()