Searched refs:sKillCommand (Results 1 – 3 of 3) sorted by relevance
92 final String sKillCommand = aKillCommandToken.nextToken(); in run() local95 dbg("Trying to execute: " + sKillCommand); in run()97 final ProcessHandler pHdl = new ProcessHandler(sKillCommand); in run()
533 final String sKillCommand = aKillCommandToken.nextToken(); in disposeOffice() local534 …("User defined an application to destroy the started process. Trying to execute: " + sKillCommand); in disposeOffice()536 … final ProcessHandler pHdl = new ProcessHandler(sKillCommand, 1000); // 3000 seems to be too long in disposeOffice()
77 String sKillCommand = "C:/bin/kill.exe -9 winword;C:/bin/kill.exe -9 excel"; in MSOfficePostscriptCreator() local78 _aParam.getTestParameters().put(util.PropertyName.APP_KILL_COMMAND, sKillCommand); in MSOfficePostscriptCreator()
Completed in 34 milliseconds