Home
last modified time | relevance | path

Searched defs:ignore_errors (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshutil.py207 def rmtree(path, ignore_errors=False, onerror=None): argument
Dcodecs.py1072 ignore_errors = lookup_error("ignore") variable
1079 ignore_errors = None variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py210 def rmtree(path, ignore_errors=False, onerror=None): argument
Dcodecs.py1075 ignore_errors = lookup_error("ignore") variable
1082 ignore_errors = None variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcodecs.c741 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcodecs.c758 static PyObject *ignore_errors(PyObject *self, PyObject *exc) in ignore_errors() function