Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGoogleBenchmarkTestTest.java504 String deviceScriptPath = "/data/local/tmp/gbenchmarktest_script.sh"; in testCommandTooLong() local
526 EasyMock.<String>anyObject(), EasyMock.eq(deviceScriptPath))) in testCommandTooLong()
530 EasyMock.eq(String.format("sh %s", deviceScriptPath)))) in testCommandTooLong()
532 mMockITestDevice.deleteFile(deviceScriptPath); in testCommandTooLong()
536 EasyMock.<String>anyObject(), EasyMock.eq(deviceScriptPath))) in testCommandTooLong()
539 EasyMock.eq(String.format("sh %s", deviceScriptPath)), in testCommandTooLong()
544 mMockITestDevice.deleteFile(deviceScriptPath); in testCommandTooLong()
DGTestTest.java359 String deviceScriptPath = "/data/local/tmp/gtest_script.sh"; in testCommandTooLong() local
380 EasyMock.eq(deviceScriptPath))).andReturn(Boolean.TRUE); in testCommandTooLong()
386 mMockITestDevice.executeShellCommand(EasyMock.eq(String.format("sh %s", deviceScriptPath)), in testCommandTooLong()
390 mMockITestDevice.deleteFile(deviceScriptPath); in testCommandTooLong()