Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java114 Process scriptProcess = null; in testNonZygoteProgramIsNotDebuggable() local
121 scriptProcess = runScriptInBackground(scriptFilepath); in testNonZygoteProgramIsNotDebuggable()
124 scriptPid = readScriptPid(scriptProcess); in testNonZygoteProgramIsNotDebuggable()
130 if (scriptProcess != null) { in testNonZygoteProgramIsNotDebuggable()
131 scriptProcess.destroy(); in testNonZygoteProgramIsNotDebuggable()
147 private String readScriptPid(Process scriptProcess) throws IOException { in readScriptPid() argument
150 br = new BufferedReader(new InputStreamReader(scriptProcess.getInputStream())); in readScriptPid()