Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dwatch.cpp46 watchDir = path; in Watch()
67 wd = inotify_add_watch(fd, watchDir.c_str(), IN_CLOSE_WRITE); in startWatch()
72 std::strerror(errno), "WATCH", watchDir); in startWatch()
H A Dwatch.hpp63 std::string watchDir; member in phosphor::certs::Watch