Home
last modified time | relevance | path

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

/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py98 def _RunCommand(command, working_dir=None, ignore_exit_code=False, argument
122 if not ignore_exit_code and p.returncode != 0:
345 working_dir=CHECKOUT_SRC_DIR, ignore_exit_code=True)
/external/webrtc/tools/autoroller/
Droll_chromium_revision.py86 def _RunCommand(command, working_dir=None, ignore_exit_code=False, argument
110 if not ignore_exit_code and p.returncode != 0: