Searched refs:FileLock (Results 1 – 3 of 3) sorted by relevance
101 class FileLock {105 explicit FileLock(File *f) : file(f) { file->lock(); } in FileLock() function107 ~FileLock() { file->unlock(); } in ~FileLock()109 FileLock(const FileLock &) = delete;110 FileLock(FileLock &&) = delete;166 FileLock l(this); in write()175 FileLock l(this); in read()184 FileLock lock(this); in flush()204 FileLock l(this); in error()211 FileLock l(this); in clearerr()[all …]
236 FileLock lock(this); in seek()273 FileLock lock(this); in close()
90 SmallString<64> FileLock(LockedFile); in TEST() local91 FileLock += ".lock"; in TEST()97 EXPECT_TRUE(sys::fs::exists(FileLock.str())); in TEST()102 EXPECT_FALSE(sys::fs::exists(FileLock.str())); in TEST()