Searched refs:powerControlDir (Results 1 – 2 of 2) sorted by relevance
136 const std::filesystem::path powerControlDir = "/var/lib/power-control"; member in power_control::PersistentState
765 if (!(std::filesystem::create_directories(powerControlDir, ec))) in systemPowerGoodFailedLog() 770 powerControlDir.string(), "ERROR_MSG", ec.message()); in powerOKFailedLog() 776 std::ifstream appStateStream(powerControlDir / stateFile); in powerRestorePolicyLog() 780 std::string(powerControlDir / stateFile)); in powerRestorePolicyLog() 790 std::string(powerControlDir / stateFile)); in resetButtonPressLog() 798 std::string(powerControlDir / stateFile)); in nmiButtonPressLog() 842 std::ofstream appStateStream(powerControlDir / stateFile, std::ios::trunc); in PersistentState() 846 std::string(powerControlDir / stateFile)); in PersistentState()