Home
last modified time | relevance | path

Searched refs:kSysPowerWakeupCount (Results 1 – 1 of 1) sorted by relevance

/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp52 static constexpr char kSysPowerWakeupCount[] = "/sys/power/wakeup_count"; variable
67 unique_fd wakeupCountFd{TEMP_FAILURE_RETRY(open(kSysPowerWakeupCount, O_CLOEXEC | O_RDWR))}; in main()
69 PLOG(ERROR) << "error opening " << kSysPowerWakeupCount; in main()