Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/
H A Dsync_watch.cpp34 fileMap[wd] = fs::path(path); in addInotifyWatch()
103 if (fs::exists(syncWatch->fileMap[event->wd], ec)) in callback()
105 syncWatch->addInotifyWatch(syncWatch->fileMap[event->wd]); in callback()
110 syncWatch->fileMap[event->wd]); in callback()
117 syncWatch->fileMap[event->wd]); in callback()
H A Dsync_watch.hpp67 std::map<wd, fs::path> fileMap; member in phosphor::software::manager::SyncWatch