Searched refs:wake_unlock_path (Results 1 – 1 of 1) sorted by relevance
55 static std::string wake_unlock_path; variable205 if (wake_unlock_path.empty()) wake_unlock_path = DEFAULT_WAKE_UNLOCK_PATH; in wakelock_initialize_native()207 wake_unlock_fd = open(wake_unlock_path.c_str(), O_RDWR | O_CLOEXEC); in wakelock_initialize_native()210 wake_unlock_path.c_str(), strerror(errno)); in wakelock_initialize_native()221 wake_unlock_path.clear(); in wakelock_cleanup()228 if (unlock_path) wake_unlock_path = unlock_path; in wakelock_set_paths()