Searched refs:mProcess (Results 1 – 2 of 2) sorted by relevance
60 private Process mProcess; field in LocalOfficeConnection781 mProcess = Runtime.getRuntime().exec(cmdArray); in startupService()782 if ( mProcess == null ) in startupService()784 new StreamProcessor(mProcess.getInputStream(), System.out); in startupService()785 new StreamProcessor(mProcess.getErrorStream(), System.err); in startupService()
51 private Process mProcess; field in LocalOfficeConnection598 mProcess = Runtime.getRuntime().exec(cmdArray); in startupService()599 if ( mProcess == null ) in startupService()
Completed in 14 milliseconds