Searched refs:getDeviceScriptFilepath (Results 1 – 1 of 1) sorted by relevance
50 private static String getDeviceScriptFilepath() { in getDeviceScriptFilepath() method in JdwpSecurityHostTest76 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()