Home
last modified time | relevance | path

Searched refs:tmpFileDevice (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkTest.java469 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()
DGTest.java264 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()