Home
last modified time | relevance | path

Searched refs:mShell (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/runner/helper/
H A DBuildEnvTools.java42 private final String mShell; field in BuildEnvTools
87 mShell = (String) param.get(PropertyName.SHELL); in BuildEnvTools()
88 if (mShell == null) { in BuildEnvTools()
124 cmdLines = new String[]{mShell, "/C", "echo SRC_ROOT=%SRC_ROOT"}; in getSrcRoot()
126 cmdLines = new String[]{mShell, "--login ", "-c ", "echo \"SRC_ROOT=$SRC_ROOT\""}; in getSrcRoot()
177 cmdLines = new String[]{mShell, "--login", "-c", "\"" + command + "\""}; in getCmdLinesWithCommand()
179 cmdLines = new String[]{mShell, "/C", "\"" + command + "\""}; in getCmdLinesWithCommand()
182 cmdLines = new String[]{mShell, "-c", command}; in getCmdLinesWithCommand()

Completed in 13 milliseconds