Searched refs:tmpFileDevice (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GoogleBenchmarkTest.java | 469 String tmpFileDevice = "/data/local/tmp/gbenchmarktest_script.sh"; in executeCommandByScript() local 470 testDevice.pushString(String.format("#!/bin/bash\n%s", cmd), tmpFileDevice); in executeCommandByScript() 474 shellOutput = testDevice.executeShellCommand(String.format("sh %s", tmpFileDevice)); in executeCommandByScript() 477 String.format("sh %s", tmpFileDevice), in executeCommandByScript() 484 testDevice.deleteFile(tmpFileDevice); in executeCommandByScript()
|
D | GTest.java | 264 String tmpFileDevice = "/data/local/tmp/gtest_script.sh"; in executeCommandByScript() local 265 testDevice.pushString(String.format("#!/bin/bash\n%s", cmd), tmpFileDevice); in executeCommandByScript() 267 testDevice.executeShellCommand(String.format("chmod 755 %s", tmpFileDevice)); in executeCommandByScript() 269 String.format("sh %s", tmpFileDevice), in executeCommandByScript() 274 testDevice.deleteFile(tmpFileDevice); in executeCommandByScript()
|