Searched refs:fileMap (Results 1 – 2 of 2) sorted by relevance
34 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()
67 std::map<wd, fs::path> fileMap; member in phosphor::software::manager::SyncWatch