Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dlog_manager.cpp599 fs::path errorPath(paths::error()); in erase() local
600 errorPath /= std::to_string(entryId); in erase()
601 fs::remove(errorPath); in erase()