Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Dutils.cpp235 std::filesystem::path chassisPowerLossFile{chassisLostPowerFileFmt}; in checkACLoss() local
236 return std::filesystem::exists(chassisPowerLossFile); in checkACLoss()
H A Dchassis_state_manager.cpp150 fs::path chassisPowerLossFile{chassisLostPowerFileFmt}; in determineInitialState() local
151 std::ofstream outfile(chassisPowerLossFile); in determineInitialState()