Home | History | Annotate | Download | only in hosts

Lines Matching refs:FileLock

58         This test intentionally uses a real locking.FileLock to ensure that
64 file_lock = locking.FileLock(store._lock_path,
74 This test intentionally uses a real locking.FileLock to ensure that
82 file_lock = locking.FileLock(store._lock_path,
122 @mock.patch('chromite.lib.locking.FileLock', autospec=True)
126 @param mock_file_lock_class: A patched version of the locking.FileLock
142 @mock.patch('chromite.lib.locking.FileLock', autospec=True)
146 @param mock_file_lock_class: A patched version of the locking.FileLock
167 @mock.patch('chromite.lib.locking.FileLock', autospec=True)
171 @param mock_file_lock_class: A patched version of the locking.FileLock