Searched refs:kSysPowerWakeupCount (Results 1 – 1 of 1) sorted by relevance
52 static constexpr char kSysPowerWakeupCount[] = "/sys/power/wakeup_count"; variable67 unique_fd wakeupCountFd{TEMP_FAILURE_RETRY(open(kSysPowerWakeupCount, O_CLOEXEC | O_RDWR))}; in main()69 PLOG(ERROR) << "error opening " << kSysPowerWakeupCount; in main()