Searched defs:locking (Results 1 - 3 of 3) sorted by relevance

/external/autotest/server/hosts/
H A Dfile_store.py10 from chromite.lib import locking namespace
41 self._lock = locking.FileLock(
43 locktype=locking.FLOCK,
99 return isinstance(exc, locking.LockNotAcquiredError)
107 # If self._lock fails to write the locking file, it'll leak an OSError
108 except (locking.LockNotAcquiredError, OSError) as e:
H A Dfile_store_unittest.py14 from chromite.lib import locking namespace
58 This test intentionally uses a real locking.FileLock to ensure that
59 locking API is used correctly.
64 file_lock = locking.FileLock(store._lock_path,
65 locktype=locking.FLOCK)
74 This test intentionally uses a real locking.FileLock to ensure that
75 locking API is used correctly.
82 file_lock = locking.FileLock(store._lock_path,
83 locktype=locking.FLOCK)
122 @mock.patch('chromite.lib.locking
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 430 milliseconds