Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/test/
H A Dwakelock_test.cc66 unlock_path_ = tmp_dir_ + "/wake_unlock"; in SetUp()
69 creat(unlock_path_.c_str(), S_IRWXU); in SetUp()
79 unlink(unlock_path_.c_str()); in TearDown()
94 int unlock_fd = open(unlock_path_.c_str(), O_RDONLY); in IsFileWakeLockAcquired()
127 std::string unlock_path_; member in WakelockTest
146 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str()); in TEST_F()