Searched refs:watch_path (Results 1 – 1 of 1) sorted by relevance
109 std::string watch_path; in OneShotInotify() local111 watch_path = android::base::Dirname(path); in OneShotInotify()113 watch_path = path; in OneShotInotify()115 if (inotify_add_watch(inotify_fd, watch_path.c_str(), mask) < 0) { in OneShotInotify()