Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dutil.cpp83 constexpr auto syncedPath = "/run/systemd/journal/synced"; in journalSync() local
84 std::ifstream syncedFile(syncedPath); in journalSync()
92 "FILENAME", syncedPath, "ERROR", strerror(errno)); in journalSync()