Searched refs:tmpFileDevice (Results 1 – 1 of 1) sorted by relevance
521 String tmpFileDevice = "/data/local/tmp/gtest_script.sh"; in executeCommandByScript() local522 testDevice.pushString(String.format("#!/bin/bash\n%s", cmd), tmpFileDevice); in executeCommandByScript()524 testDevice.executeShellCommand(String.format("chmod 755 %s", tmpFileDevice)); in executeCommandByScript()525 testDevice.executeShellCommand(String.format("sh %s", tmpFileDevice), in executeCommandByScript()528 testDevice.executeShellCommand(String.format("rm %s", tmpFileDevice)); in executeCommandByScript()