Home
last modified time | relevance | path

Searched refs:IPACM_FIREWALL_FILE_NAME (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Main.cpp83 #define IPACM_FIREWALL_FILE_NAME "mobileap_firewall.xml" macro
95 #define INOTIFY_BUF_LEN (INOTIFY_EVENT_SIZE + 2*sizeof(IPACM_FIREWALL_FILE_NAME))
188 else if (!strncmp(event->name, IPACM_FIREWALL_FILE_NAME, event->len)) // firewall_rule change in firewall_monitor()
191 IPACMDBG_H("The interested file %s .\n", IPACM_FIREWALL_FILE_NAME); in firewall_monitor()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Main.cpp83 #define IPACM_FIREWALL_FILE_NAME "mobileap_firewall.xml" macro
95 #define INOTIFY_BUF_LEN (INOTIFY_EVENT_SIZE + 2*sizeof(IPACM_FIREWALL_FILE_NAME))
191 else if (!strncmp(event->name, IPACM_FIREWALL_FILE_NAME, event->len)) // firewall_rule change in firewall_monitor()
194 IPACMDBG_H("The interested file %s .\n", IPACM_FIREWALL_FILE_NAME); in firewall_monitor()