Home
last modified time | relevance | path

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

/test/catbox/tools/catbox-tradefed/etc/
Dcatbox-tradefed46 HOST=`uname`
47 if [ "$HOST" == "Linux" ]; then
49 elif [ "$HOST" == "Darwin" ]; then
100 if [ "$HOST" == "Linux" ]; then
103 elif [ "$HOST" == "Darwin" ]; then
113 if [ "$HOST" == "Darwin" ]; then
/test/cts-root/tools/cts-root-tradefed/etc/
Dcts-root-tradefed43 HOST=`uname`
44 if [ "$HOST" == "Linux" ]; then
46 elif [ "$HOST" == "Darwin" ]; then
78 loadSharedLibraries "$HOST" "$LIB_DIR"
/test/app_compat/csuite/tools/csuite-tradefed/src/scripts/
Dcsuite-tradefed42 HOST=`uname`
43 if [ "$HOST" == "Linux" ]; then
45 elif [ "$HOST" == "Darwin" ]; then
96 loadSharedLibraries "$HOST" "$LIB_DIR"
/test/mts/tools/mts-tradefed/etc/
Dmts-tradefed42 HOST=`uname`
43 if [ "$HOST" == "Linux" ]; then
45 elif [ "$HOST" == "Darwin" ]; then
90 loadSharedLibraries "$HOST" "$LIB_DIR"
/test/vts/tools/vts-core-tradefed/etc/
Dvts-tradefed41 HOST=`uname`
109 loadSharedLibraries "$HOST" "$LIB_DIR"
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDynamicConfigPusher.java64 HOST enumConstant