Searched refs:scriptProcess (Results 1 – 1 of 1) sorted by relevance
114 Process scriptProcess = null; in testNonZygoteProgramIsNotDebuggable() local121 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() argument150 br = new BufferedReader(new InputStreamReader(scriptProcess.getInputStream())); in readScriptPid()