Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java113 String scriptFilepath = getDeviceScriptFilepath(); in testNonZygoteProgramIsNotDebuggable() local
121 scriptProcess = runScriptInBackground(scriptFilepath); in testNonZygoteProgramIsNotDebuggable()
142 private Process runScriptInBackground(String scriptFilepath) throws IOException { in runScriptInBackground() argument
143 String[] shellScriptCommand = buildAdbCommand("shell", scriptFilepath); in runScriptInBackground()