Searched refs:ignore_errors (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_ums.py | 161 def umount(ignore_errors): argument 176 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors) 178 def stop_ums(ignore_errors): argument 198 ignore_errors) 217 umount(ignore_errors=ignore_cleanup_errors) 219 stop_ums(ignore_errors=ignore_cleanup_errors) 232 umount(ignore_errors=ignore_cleanup_errors) 234 stop_ums(ignore_errors=ignore_cleanup_errors)
|
| H A D | test_dfu.py | 171 def stop_dfu(ignore_errors): argument 194 env__usb_dev_port['host_usb_dev_node'], ignore_errors) 196 if not ignore_errors:
|
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_utils.py | 130 def wait_until_file_open_fails(fn, ignore_errors): argument 152 if ignore_errors: 156 def run_and_log(u_boot_console, cmd, ignore_errors=False): argument 175 output = runner.run(cmd, ignore_errors=ignore_errors)
|
| H A D | multiplexed_log.py | 112 def run(self, cmd, cwd=None, ignore_errors=False): argument 161 if exit_status and not exception and not ignore_errors:
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | patman.py | 165 its_a_go = ok or options.ignore_errors
|
| H A D | patman | 165 its_a_go = ok or options.ignore_errors
|
| H A D | README | 109 ignore_errors: True
|