Searched refs:cmdLines (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | BuildEnvTools.java | 112 final String[] cmdLines = getCmdLinesWithCommand(commands); in runCommandsInEnvironmentShell() local 113 …final ProcessHandler pHdl = new ProcessHandler(cmdLines, (PrintWriter) log, workDir, shortWait, pa… in runCommandsInEnvironmentShell() 123 String[] cmdLines = null; in getSrcRoot() local 125 cmdLines = new String[]{mShell, "/C", "echo SRC_ROOT=%SRC_ROOT"}; in getSrcRoot() 127 cmdLines = new String[]{mShell, "--login ", "-c ", "echo \"SRC_ROOT=$SRC_ROOT\""}; in getSrcRoot() 130 … final ProcessHandler procHdl = new ProcessHandler(cmdLines, (PrintWriter) log, null, 5000, param); in getSrcRoot() 155 String[] cmdLines = null; in getCmdLinesWithCommand() local 178 cmdLines = new String[]{mShell, "--login", "-c", "\"" + command + "\""}; in getCmdLinesWithCommand() 180 cmdLines = new String[]{mShell, "/C", "\"" + command + "\""}; in getCmdLinesWithCommand() 183 cmdLines = new String[]{mShell, "-c", command}; in getCmdLinesWithCommand() [all …]
|
H A D | ProcessHandler.java | 164 public ProcessHandler(String[] cmdLines) in ProcessHandler() argument 167 cmdLineArray = cmdLines; in ProcessHandler() 180 public ProcessHandler(String[] cmdLines, String[] envVars) in ProcessHandler() argument 183 cmdLineArray = cmdLines; in ProcessHandler() 195 public ProcessHandler(String[] cmdLines, File workDir) in ProcessHandler() argument 198 cmdLineArray = cmdLines; in ProcessHandler() 210 public ProcessHandler(String[] cmdLines, PrintWriter log, File workDir) in ProcessHandler() argument 213 cmdLineArray = cmdLines; in ProcessHandler()
|
/aoo42x/main/qadevOOo/tests/java/complex/unoapi/ |
H A D | CheckModuleAPI.java | 265 String[] cmdLines = null; in getDmakeCommands() local 274 cmdLines = new String[] in getDmakeCommands() 283 cmdLines = new String[] in getDmakeCommands() 293 cmdLines = new String[] in getDmakeCommands() 299 return cmdLines; in getDmakeCommands()
|
Completed in 32 milliseconds