Searched refs:kSysPowerSuspendStats (Results 1 – 1 of 1) sorted by relevance
51 static constexpr char kSysPowerSuspendStats[] = "/sys/power/suspend_stats"; variable81 TEMP_FAILURE_RETRY(open(kSysPowerSuspendStats, O_DIRECTORY | O_CLOEXEC | O_RDONLY))}; in main()83 PLOG(ERROR) << "SystemSuspend: Error opening " << kSysPowerSuspendStats; in main()