Home
last modified time | relevance | path

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

/system/netd/server/
Doem_iptables_hook.cpp33 const char OEM_SCRIPT_PATH[] = "/system/bin/oem-iptables-init.sh"; variable
55 int ret = system(OEM_SCRIPT_PATH); // NOLINT(cert-env33-c) in oemInitChains()
57 ALOGE("%s failed: %s", OEM_SCRIPT_PATH, strerror(errno)); in oemInitChains()
67 if (0 == access(OEM_SCRIPT_PATH, R_OK | X_OK)) { in setupOemIptablesHook()