Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_flock_test.cc33 ScopedFlock file_lock; in TEST_F() local
34 ASSERT_TRUE(file_lock.Init(scratch_file.GetFilename().c_str(), in TEST_F()
37 ASSERT_FALSE(file_lock.Init("/guaranteed/not/to/exist", &error_msg)); in TEST_F()