Searched refs:WAKEUP_COUNT_PATH (Results 1 – 3 of 3) sorted by relevance
59 static constexpr const char * const WAKEUP_COUNT_PATH = "/sys/power/wakeup_count"; variable397 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in ReadWakeCount()408 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in WriteWakeCount()
63 static constexpr const char * const WAKEUP_COUNT_PATH = "/sys/power/wakeup_count"; variable
119 wakeupCountFd = UniqueFd(TEMP_FAILURE_RETRY(open(WAKEUP_COUNT_PATH, O_RDWR | O_CLOEXEC))); in WaitWakeupCount()