HomeSort by relevance Sort by last modified time
    Searched full:devicescriptpath (Results 1 - 1 of 1) sorted by null

  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GTestTest.java 276 String deviceScriptPath = "/data/local/tmp/gtest_script.sh";
303 EasyMock.eq(deviceScriptPath))).andReturn(Boolean.TRUE);
309 mMockITestDevice.executeShellCommand(EasyMock.eq(String.format("sh %s", deviceScriptPath)),
314 EasyMock.eq(String.format("rm %s", deviceScriptPath)))).andReturn("");

Completed in 1744 milliseconds