HomeSort by relevance Sort by last modified time
    Searched defs:watch_file (Results 1 - 3 of 3) sorted by null

  /external/selinux/policycoreutils/restorecond/
utmpwatcher.c 82 static void watch_file(int inotify_fd, const char *file) function
104 watch_file(inotify_fd, path);
restorecond.c 70 static const char *watch_file; variable
184 watch_file = optarg;
220 watch_file = server_watch_file;
221 read_config(master_fd, watch_file);
228 while (watch(master_fd, watch_file) == 0) {
  /external/chromium-trace/catapult/third_party/Paste/paste/
reloader.py 31 Use the ``watch_file(filename)`` function to cause a reload/restart for
128 def watch_file(self, cls, filename): member in class:Monitor
133 instance.watch_file(filename)
138 watch_file = classinstancemethod(watch_file) variable in class:Monitor
178 watch_file = Monitor.watch_file variable

Completed in 81 milliseconds