Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java97 public void setRedirectStderrToStdout(boolean redirect); in setRedirectStderrToStdout() argument
217 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() argument
241 public Process runCmdInBackground(Redirect redirect, List<String> command) throws IOException; in runCmdInBackground() argument
DRunUtil.java133 public void setRedirectStderrToStdout(boolean redirect) { in setRedirectStderrToStdout() argument
138 mRedirectStderr = redirect; in setRedirectStderrToStdout()
199 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder() argument
200 return createProcessBuilder(redirect, Arrays.asList(command)); in createProcessBuilder()
208 Redirect redirect, List<String> commandList) { in createProcessBuilder() argument
233 if (redirect != null) { in createProcessBuilder()
234 processBuilder.redirectOutput(redirect); in createProcessBuilder()
235 processBuilder.redirectError(redirect); in createProcessBuilder()
321 public Process runCmdInBackground(Redirect redirect, final String... command) in runCmdInBackground() argument
325 return createProcessBuilder(redirect, command).start(); in runCmdInBackground()
[all …]
/tools/external_updater/
Dgit_utils.py21 def _run(cmd, cwd, redirect=True): argument
23 out = subprocess.PIPE if redirect else None
158 cwd=proj_path, redirect=False)
/tools/repohooks/tools/
Dspelling.txt936 redircet||redirect
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...