Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
Dmain.cpp51 static constexpr char kSysPowerSuspendStats[] = "/sys/power/suspend_stats"; variable
81 TEMP_FAILURE_RETRY(open(kSysPowerSuspendStats, O_DIRECTORY | O_CLOEXEC | O_RDONLY))}; in main()
83 PLOG(ERROR) << "SystemSuspend: Error opening " << kSysPowerSuspendStats; in main()