Home
last modified time | relevance | path

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

/openbmc/phosphor-led-manager/manager/lamptest/
H A Dlamptest.cpp13 static const fs::path lampTestIndicator = variable
87 if (std::filesystem::exists(lampTestIndicator)) in stop()
89 if (!std::filesystem::remove(lampTestIndicator)) in stop()
215 const auto ledDirectory = lampTestIndicator.parent_path(); in start()
222 std::ofstream(lampTestIndicator.c_str()); in start()
358 if (std::filesystem::exists(lampTestIndicator)) in clearLamps()
372 if (!std::filesystem::remove(lampTestIndicator)) in clearLamps()