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
806 if (!(std::filesystem::create_directories(powerControlDir, ec))) in PersistentState()811 powerControlDir.string(), "ERROR_MSG", ec.message()); in PersistentState()817 std::ifstream appStateStream(powerControlDir / stateFile); in PersistentState()821 std::string(powerControlDir / stateFile)); in PersistentState()831 std::string(powerControlDir / stateFile)); in PersistentState()839 std::string(powerControlDir / stateFile)); in PersistentState()883 std::ofstream appStateStream(powerControlDir / stateFile, std::ios::trunc); in saveState()887 std::string(powerControlDir / stateFile)); in saveState()