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

  /external/libmojo/third_party/catapult/devil/devil/utils/
cmd_helper.py 275 str_output = output.getvalue()
276 logging.debug('STDOUT+STDERR: %s%s', str_output[:4096].rstrip(),
277 '<truncated>' if len(str_output) > 4096 else '')
278 return process.returncode, str_output
  /external/chromium-trace/catapult/devil/devil/utils/
cmd_helper.py 399 str_output = output.getvalue()
400 logger.debug('STDOUT+STDERR: %s%s', str_output[:4096].rstrip(),
401 '<truncated>' if len(str_output) > 4096 else '')
402 return process.returncode, str_output

Completed in 84 milliseconds