Searched refs:m_aProcess (Results 1 – 1 of 1) sorted by relevance
137 private Process m_aProcess = null; field in ProcessHandler488 m_aProcess.destroy(); in kill()499 final int exit_Value = m_aProcess.exitValue(); in kill()582 m_aProcess = runtime.exec(cmdLineArray, envVars); in execute()591 m_aProcess = runtime.exec(cmdLine, envVars, workDir); in execute()598 m_aProcess = runtime.exec(cmdLine, envVars); in execute()618 stdIn = new PrintStream(m_aProcess.getOutputStream()); in execute()679 m_aProcess.waitFor(); in waitFor()688 exitValue = m_aProcess.exitValue(); in waitFor()729 m_aProcess.destroy(); in waitFor()[all …]
Completed in 23 milliseconds