Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/
H A Delog_update_ts_test.cpp105 auto persist_path = phosphor::logging::paths::error(); in TEST() local
108 fs::create_directories(persist_path); in TEST()
110 if (!fs::exists(persist_path)) in TEST()
125 if (fs::exists(persist_path / std::to_string(id))) in TEST()
163 fs::remove(persist_path / std::to_string(id)); in TEST()