Searched refs:lock_path_ (Results 1 – 1 of 1) sorted by relevance
65 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 WakelockTest146 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str()); in TEST_F()