Searched refs:mShell (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/qadevOOo/runner/helper/ |
H A D | BuildEnvTools.java | 42 private final String mShell; field in BuildEnvTools 88 mShell = (String) param.get(PropertyName.SHELL); in BuildEnvTools() 89 if (mShell == null) { in BuildEnvTools() 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() 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()
|
Completed in 19 milliseconds