HomeSort by relevance Sort by last modified time
    Searched refs:onerror (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/boringssl/src/util/bot/go/
bootstrap.py 108 def onerror(func, path, _exc_info): function in function:remove_directory
114 shutil.rmtree(p, onerror=onerror if sys.platform == 'win32' else None)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shutil.py 210 def rmtree(path, ignore_errors=False, onerror=None):
213 If ignore_errors is set, errors are ignored; otherwise, if onerror
218 is false and onerror is None, an exception is raised.
222 def onerror(*args): function in function:rmtree
224 elif onerror is None:
225 def onerror(*args): function in function:rmtree
232 onerror(os.path.islink, path, sys.exc_info())
233 # can't continue even if onerror hook returns
239 onerror(os.listdir, path, sys.exc_info())
247 rmtree(fullname, ignore_errors, onerror)
    [all...]
pkgutil.py 71 def walk_packages(path=None, prefix='', onerror=None):
85 'onerror' is a function which gets called with one argument (the
87 occurs while trying to import a package. If no onerror function is
112 if onerror is not None:
113 onerror(name)
115 if onerror is not None:
116 onerror(name)
125 for item in walk_packages(path, name+'.', onerror):
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
239 optional arg 'onerror' is specified, it should be a function; it
278 if onerror is not None:
279 onerror(err)
294 for x in walk(new_path, topdown, onerror, followlinks):
  /prebuilts/gdb/linux-x86/lib/python2.7/
shutil.py 210 def rmtree(path, ignore_errors=False, onerror=None):
213 If ignore_errors is set, errors are ignored; otherwise, if onerror
218 is false and onerror is None, an exception is raised.
222 def onerror(*args): function in function:rmtree
224 elif onerror is None:
225 def onerror(*args): function in function:rmtree
232 onerror(os.path.islink, path, sys.exc_info())
233 # can't continue even if onerror hook returns
239 onerror(os.listdir, path, sys.exc_info())
247 rmtree(fullname, ignore_errors, onerror)
    [all...]
pkgutil.py 71 def walk_packages(path=None, prefix='', onerror=None):
85 'onerror' is a function which gets called with one argument (the
87 occurs while trying to import a package. If no onerror function is
112 if onerror is not None:
113 onerror(name)
115 if onerror is not None:
116 onerror(name)
125 for item in walk_packages(path, name+'.', onerror):
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
239 optional arg 'onerror' is specified, it should be a function; it
278 if onerror is not None:
279 onerror(err)
294 for x in walk(new_path, topdown, onerror, followlinks):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 210 def rmtree(path, ignore_errors=False, onerror=None):
213 If ignore_errors is set, errors are ignored; otherwise, if onerror
218 is false and onerror is None, an exception is raised.
222 def onerror(*args): function in function:rmtree
224 elif onerror is None:
225 def onerror(*args): function in function:rmtree
232 onerror(os.path.islink, path, sys.exc_info())
233 # can't continue even if onerror hook returns
239 onerror(os.listdir, path, sys.exc_info())
247 rmtree(fullname, ignore_errors, onerror)
    [all...]
pkgutil.py 71 def walk_packages(path=None, prefix='', onerror=None):
85 'onerror' is a function which gets called with one argument (the
87 occurs while trying to import a package. If no onerror function is
112 if onerror is not None:
113 onerror(name)
115 if onerror is not None:
116 onerror(name)
125 for item in walk_packages(path, name+'.', onerror):
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
239 optional arg 'onerror' is specified, it should be a function; it
278 if onerror is not None:
279 onerror(err)
294 for x in walk(new_path, topdown, onerror, followlinks):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 210 def rmtree(path, ignore_errors=False, onerror=None):
213 If ignore_errors is set, errors are ignored; otherwise, if onerror
218 is false and onerror is None, an exception is raised.
222 def onerror(*args): function in function:rmtree
224 elif onerror is None:
225 def onerror(*args): function in function:rmtree
232 onerror(os.path.islink, path, sys.exc_info())
233 # can't continue even if onerror hook returns
239 onerror(os.listdir, path, sys.exc_info())
247 rmtree(fullname, ignore_errors, onerror)
    [all...]
pkgutil.py 71 def walk_packages(path=None, prefix='', onerror=None):
85 'onerror' is a function which gets called with one argument (the
87 occurs while trying to import a package. If no onerror function is
112 if onerror is not None:
113 onerror(name)
115 if onerror is not None:
116 onerror(name)
125 for item in walk_packages(path, name+'.', onerror):
os.py 209 def walk(top, topdown=True, onerror=None, followlinks=False):
239 optional arg 'onerror' is specified, it should be a function; it
278 if onerror is not None:
279 onerror(err)
294 for x in walk(new_path, topdown, onerror, followlinks):
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 27 shutil.rmtree(dir_path, onerror=_WinReadOnlyHandler)
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 371 def walk(top, topdown=True, onerror=None):
380 if onerror is not None:
381 onerror(err)
396 for x in walk(path, topdown, onerror):
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 371 def walk(top, topdown=True, onerror=None):
380 if onerror is not None:
381 onerror(err)
396 for x in walk(path, topdown, onerror):
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem_shutil.py 67 def rmtree(self, path, ignore_errors=False, onerror=None):
73 onerror: (func) unimplemented
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem_shutil.py 67 def rmtree(self, path, ignore_errors=False, onerror=None):
73 onerror: (func) unimplemented
  /external/libvncserver/webclients/novnc/include/
websock.js 299 this._websocket.onerror = (function (e) {
300 Util.Debug(">> WebSock.onerror: " + e);
302 Util.Debug("<< WebSock.onerror: " + e);

Completed in 731 milliseconds

1 2 3