Searched refs:wake_lock_path (Results 1 – 1 of 1) sorted by relevance
54 static std::string wake_lock_path; variable192 if (wake_lock_path.empty()) wake_lock_path = DEFAULT_WAKE_LOCK_PATH; in wakelock_initialize_native()194 wake_lock_fd = open(wake_lock_path.c_str(), O_RDWR | O_CLOEXEC); in wakelock_initialize_native()197 wake_lock_path.c_str(), strerror(errno)); in wakelock_initialize_native()216 wake_lock_path.clear(); in wakelock_cleanup()222 if (lock_path) wake_lock_path = lock_path; in wakelock_set_paths()