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
814 if (!(std::filesystem::create_directories(powerControlDir, ec))) in PersistentState()819 powerControlDir.string(), "ERROR_MSG", ec.message()); in PersistentState()825 std::ifstream appStateStream(powerControlDir / stateFile); in PersistentState()829 std::string(powerControlDir / stateFile)); in PersistentState()839 std::string(powerControlDir / stateFile)); in PersistentState()847 std::string(powerControlDir / stateFile)); in PersistentState()891 std::ofstream appStateStream(powerControlDir / stateFile, std::ios::trunc); in saveState()895 std::string(powerControlDir / stateFile)); in saveState()