Home
last modified time | relevance | path

Searched refs:LockException (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/
Dlock.py13 class LockException(Exception): class
89 raise LockException('Error trying acquiring lock of %s: %s' %
114 raise LockException('Error trying acquiring lock of %s: %s' %
Dcloud_storage.py357 except (lock.LockException, IOError):
386 except (lock.LockException, IOError):
Dlock_unittest.py47 except lock.LockException:
/external/toolchain-utils/
Dlock_machine.py25 class LockException(Exception): class
29 class MachineNotPingable(LockException):
33 class LockingError(LockException):
37 class DontOwnLock(LockException):