Home
last modified time | relevance | path

Searched refs:IN_MODIFY (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dinotify.h31 #define IN_MODIFY 0x00000002 macro
54 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | IN_CLOSE_NOWRITE | IN_O…
/aosp12/system/bt/gd/cert/
H A Dchange_waiter.py5 mask = pyinotify.IN_DELETE | pyinotify.IN_CREATE | pyinotify.IN_MODIFY
/aosp12/hardware/google/camera/common/apex_update_listener/
H A Dapex_update_listener.cc62 IN_MODIFY | IN_CREATE | IN_DELETE); in Make()
173 } else if (event.mask & IN_MODIFY) { in ThreadFunction()
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/
H A DMonitorFfs.cpp82 if (i->mask & IN_MODIFY) ALOGE("IN_MODIFY "); in displayInotifyEvent()
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/
H A DMonitorFfs.cpp82 if (i->mask & IN_MODIFY) ALOGE("IN_MODIFY "); in displayInotifyEvent()
/aosp12/hardware/google/pixel/usb/
H A DMonitorFfs.cpp95 if (i->mask & IN_MODIFY) in displayInotifyEvent()
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Main.cpp146 uint32_t mask = IN_MODIFY | IN_MOVE; in firewall_monitor()
182 if ( (event->mask & IN_MODIFY) || (event->mask & IN_MOVE)) in firewall_monitor()
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Main.cpp149 uint32_t mask = IN_MODIFY | IN_MOVE; in firewall_monitor()
185 if ( (event->mask & IN_MODIFY) || (event->mask & IN_MOVE)) in firewall_monitor()
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
H A DIPACM_Main.cpp157 uint32_t mask = IN_MODIFY | IN_MOVE; in firewall_monitor()
193 if ( (event->mask & IN_MODIFY) || (event->mask & IN_MOVE)) in firewall_monitor()