Home
last modified time | relevance | path

Searched refs:IN_MOVE_SELF (Results 151 – 175 of 4315) sorted by relevance

12345678910>>...173

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/nxadm/tail/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go99 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
330 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go99 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
330 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go100 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
331 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/net/gerbera/gerbera-1.9.2/src/content/
H A Dautoscan_inotify.cc59 …| IN_CREATE | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT; in AutoscanInotify()
176 if (!(mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT))) in threadProc()
185 if (mask & IN_MOVE_SELF) { in threadProc()
190 if (mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) { in threadProc()
219 …if (adir && mask & (IN_DELETE | IN_DELETE_SELF | IN_MOVE_SELF | IN_CLOSE_WRITE | IN_MOVED_FROM | I… in threadProc()
225 if (mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) { in threadProc()
226 if (mask & IN_MOVE_SELF) in threadProc()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go101 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
327 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go101 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
318 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/www/webhook/webhook-2.8.0/vendor/gopkg.in/fsnotify.v1/
H A Dinotify.go101 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
318 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/www/webhook/webhook-2.8.0/vendor/gopkg.in/fsnotify.v1/fsnotify-1.4.2/
H A Dinotify.go101 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
318 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/misc/exercism/cli-3.0.13/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go101 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
318 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/fsnotify/fsnotify/
H A Dinotify.go101 unix.IN_MOVE_SELF | unix.IN_DELETE | unix.IN_DELETE_SELF
318 if mask&unix.IN_MOVE_SELF == unix.IN_MOVE_SELF || mask&unix.IN_MOVED_FROM == unix.IN_MOVED_FROM {
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dfilewatch.c126 IN_MODIFY | IN_MOVE | IN_MOVE_SELF | in ccsAddFileWatch()
223 IN_MODIFY | IN_MOVE | IN_MOVE_SELF | in ccsEnableFileWatch()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp209 #define IN_MOVE_SELF 0x00000800 macro
302 | IN_MOVE_SELF in addPaths()
407 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/sysutils/incron/incron-81421d3a8bde0989d7e167d8a814d5232896c930/
H A Dinotify-cxx.cpp106 #ifdef IN_MOVE_SELF in GetMaskByName()
108 return IN_MOVE_SELF; in GetMaskByName()
155 #ifdef IN_MOVE_SELF in DumpTypes()
156 if (IsType(uValue, IN_MOVE_SELF)) { in DumpTypes()
/dports/devel/py-circuits/circuits-3.2/circuits/io/
H A Dnotify.py10 from pyinotify import IN_CREATE, IN_DELETE, IN_DELETE_SELF, IN_MOVE_SELF
25 IN_MOVE_SELF: moved,
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/io/
H A Dqfilesystemwatcher_inotify.cpp207 #define IN_MOVE_SELF 0x00000800 macro
299 | IN_MOVE_SELF in addPaths()
408 if ((event.mask & (IN_DELETE_SELF | IN_MOVE_SELF | IN_UNMOUNT)) != 0) { in readFromInotify()

12345678910>>...173