HomeSort by relevance Sort by last modified time
    Searched refs:RunCommandFull (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/code_coverage/
coverage.py 124 (retcode, output) = proc.RunCommandFull(counters_command,
142 (retcode, output) = proc.RunCommandFull(instrument_command + binary,
165 (retcode, output) = proc.RunCommandFull(counters_command,
210 # Here we use subprocess.call() instead of the RunCommandFull because the
212 # the subprocess.Popen() used by RunCommandFull.
217 (retcode, output) = proc.RunCommandFull(test_command, collect_output=True)
225 (retcode, output) = proc.RunCommandFull(counters_command,
256 (retcode, output) = proc.RunCommandFull(counters_command,
274 (retcode, output) = proc.RunCommandFull(convert_command,
  /external/chromium_org/tools/python/google/
process_utils.py 40 def RunCommandFull(command, verbose=True, collect_output=False,
134 return RunCommandFull(command, verbose)[0]

Completed in 47 milliseconds