/openbmc/u-boot/test/py/tests/ |
H A D | test_ums.py | 160 def umount(ignore_errors): argument 175 u_boot_utils.run_and_log(u_boot_console, cmd, ignore_errors) 177 def stop_ums(ignore_errors): argument 197 ignore_errors) 216 umount(ignore_errors=ignore_cleanup_errors) 218 stop_ums(ignore_errors=ignore_cleanup_errors) 231 umount(ignore_errors=ignore_cleanup_errors) 233 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:
|
/openbmc/openbmc/meta-raspberrypi/lib/oeqa/runtime/cases/ |
H A D | parselogs_rpi.py | 6 ignore_errors['raspberrypi4'] = rpi_errors + common_errors 7 ignore_errors['raspberrypi4-64'] = rpi_errors + common_errors 8 ignore_errors['raspberrypi3'] = rpi_errors + common_errors 9 ignore_errors['raspberrypi3-64'] = rpi_errors + common_errors
|
/openbmc/u-boot/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 | 111 def run(self, cmd, cwd=None, ignore_errors=False): argument 160 if exit_status and not exception and not ignore_errors:
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs.py | 40 ignore_errors = [] variable in ParseLogsTest 67 cls.ignore_errors.append(line.casefold()) 157 if not any(ignore in line_lower for ignore in self.ignore_errors):
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | yoctotestresultsquerytests.py | 36 shutil.rmtree(workdir, ignore_errors=True)
|
H A D | meta_ide.py | 32 shutil.rmtree(cls.tmpdir_metaideQA, ignore_errors=True)
|
H A D | gotoolchain.py | 48 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
|
H A D | sstatetests.py | 969 def run_test(self, machine, targets, exceptions, check_cdn = True, ignore_errors = False): argument 983 if ignore_errors:
|
H A D | wic.py | 73 rmtree(self.resultdir, ignore_errors=True) 77 rmtree(self.resultdir, ignore_errors=True) 688 rmtree(self.resultdir, ignore_errors=True)
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | update-repos | 42 shutil.rmtree(repodir, ignore_errors=True)
|
/openbmc/openbmc/poky/bitbake/contrib/ |
H A D | bbparse-torture.py | 26 shutil.rmtree("tmp/cache", ignore_errors=True)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_misc.py | 81 def rmtree(path, ignore_errors=False, onerror=None, quiet=None): argument 98 shutil.rmtree(path, ignore_errors, onerror)
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | copyleft_compliance.bbclass | 38 shutil.rmtree(dest, ignore_errors=True)
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 151 my $ignore_errors; 330 "IGNORE_ERRORS" => \$ignore_errors, 1487 my $save_ignore_errors = $ignore_errors; 1488 $ignore_errors = 1; 1497 $ignore_errors = $save_ignore_errors; 1738 if ($ignore_errors) { 2231 if ($ignore_errors) { 2823 if ($ignore_errors) {
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon-intel-cht-wc.c | 144 bool ignore_errors) in cht_wc_extcon_get_charger() argument 167 if (!ignore_errors) { in cht_wc_extcon_get_charger()
|
/openbmc/u-boot/tools/patman/ |
H A D | patman | 168 its_a_go = ok or options.ignore_errors
|
H A D | patman.py | 168 its_a_go = ok or options.ignore_errors
|
H A D | README | 107 ignore_errors: True
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | unit-test.py | 968 shutil.rmtree("build", ignore_errors=True) 1094 shutil.rmtree("build", ignore_errors=True) 1121 shutil.rmtree("build", ignore_errors=True)
|
/openbmc/linux/kernel/debug/kdb/ |
H A D | kdb_main.c | 975 int escaped, ignore_errors = 0, check_grep = 0; in kdb_parse() local 1061 ignore_errors = 1; in kdb_parse() 1098 if (result && ignore_errors && result > KDB_CMD_GO) in kdb_parse()
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 287 shutil.rmtree(self.workdir, ignore_errors=True)
|
/openbmc/linux/mm/ |
H A D | gup.c | 1658 int __mm_populate(unsigned long start, unsigned long len, int ignore_errors) in __mm_populate() argument 1698 if (ignore_errors) { in __mm_populate()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 2414 shutil.rmtree(self.gitdir, ignore_errors=True) 2446 shutil.rmtree(self.gitdir, ignore_errors=True) 2467 shutil.rmtree(self.gitdir, ignore_errors=True)
|