Searched refs:UNLOCK_PATH (Results 1 – 2 of 2) sorted by relevance
46 static constexpr const char * const UNLOCK_PATH = "/sys/power/wake_unlock"; variable
67 unlockFd_ = UniqueFd(TEMP_FAILURE_RETRY(open(UNLOCK_PATH, O_RDWR | O_CLOEXEC))); in InitFd()