Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java50 private static String getDeviceScriptFilepath() { in getDeviceScriptFilepath() method in JdwpSecurityHostTest
76 boolean success = getDevice().pushFile(tempFile, getDeviceScriptFilepath()); in setUp()
77 assertTrue("Failed to push script to " + getDeviceScriptFilepath(), success); in setUp()
85 getDevice().executeShellCommand("chmod 755 " + getDeviceScriptFilepath()); in setUp()
90 assertTrue("Failed to push jar file to " + getDeviceScriptFilepath(), success); in setUp()
113 String scriptFilepath = getDeviceScriptFilepath(); in testNonZygoteProgramIsNotDebuggable()