Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dsync_watch.cpp58 auto syncfile = fs::path(SYNC_LIST_DIR_PATH) / SYNC_LIST_FILE_NAME; in SyncWatch() local
59 if (fs::exists(syncfile, ec)) in SyncWatch()
62 std::ifstream file(syncfile.c_str()); in SyncWatch()