Searched refs:uname (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/libbcc/runtime/make/
H A Dconfig.mk4 OS := $(shell uname)
/frameworks/compile/libbcc/runtime/test/Unit/
H A Dtest5 if test `uname` = "Darwin"; then
/frameworks/compile/libbcc/tests/
H A Dbccarm20 def uname(): function
21 return runCmd(["uname"])
24 return runCmd(["uname", "-m"])
H A Dtest.py60 def uname(): function
61 return runCmd(["uname"])
64 return runCmd(["uname", "-m"])
78 gRunOTCCOutput = uname() == "Linux" and unameM() != "x86_64" and outputCanRun()

Completed in 838 milliseconds