HomeSort by relevance Sort by last modified time
    Searched refs:OEM_SCRIPT_PATH (Results 1 - 3 of 3) sorted by null

  /system/netd/
NetdConstants.cpp 19 const char * const OEM_SCRIPT_PATH = "/system/bin/oem-iptables-init.sh";
NetdConstants.h 25 extern const char * const OEM_SCRIPT_PATH;
oem_iptables_hook.cpp 94 int ret = system(OEM_SCRIPT_PATH);
96 ALOGE("%s failed: %s", OEM_SCRIPT_PATH, strerror(errno));
105 if (0 == access(OEM_SCRIPT_PATH, R_OK | X_OK)) {

Completed in 230 milliseconds