Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/
H A Dwakelock_test.cc65 lock_path_ = tmp_dir_ + "/wake_lock"; in SetUp()
68 creat(lock_path_.c_str(), S_IRWXU); in SetUp()
78 unlink(lock_path_.c_str()); in TearDown()
91 int lock_fd = open(lock_path_.c_str(), O_RDONLY); in IsFileWakeLockAcquired()
126 std::string lock_path_; member in WakelockTest
146 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str()); in TEST_F()