Searched refs:inotify_fd (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | fossilize_db.h | 80 int inotify_fd; member
|
D | fossilize_db.c | 433 int len = read(updater->inotify_fd, buf, sizeof(buf)); in foz_dbs_list_updater_thrd() 478 updater->inotify_fd = fd; in foz_dbs_list_updater_init() 554 inotify_rm_watch(updater->inotify_fd, updater->inotify_wd); in foz_destroy() 559 close(updater->inotify_fd); in foz_destroy()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Main.cpp | 144 int inotify_fd; in firewall_monitor() local 149 inotify_fd = inotify_init(); in firewall_monitor() 150 if (inotify_fd < 0) in firewall_monitor() 157 wd = inotify_add_watch(inotify_fd, in firewall_monitor() 163 length = read(inotify_fd, buffer, INOTIFY_BUF_LEN); in firewall_monitor() 216 (void)inotify_rm_watch(inotify_fd, wd); in firewall_monitor() 217 (void)close(inotify_fd); in firewall_monitor()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Main.cpp | 155 int inotify_fd; in firewall_monitor() local 160 inotify_fd = inotify_init(); in firewall_monitor() 161 if (inotify_fd < 0) in firewall_monitor() 168 wd = inotify_add_watch(inotify_fd, in firewall_monitor() 174 length = read(inotify_fd, buffer, INOTIFY_BUF_LEN); in firewall_monitor() 227 (void)inotify_rm_watch(inotify_fd, wd); in firewall_monitor() 228 (void)close(inotify_fd); in firewall_monitor()
|