Searched refs:IPATBLES_CMD_PATH (Results 1 – 1 of 1) sorted by relevance
29 constexpr const char *IPATBLES_CMD_PATH = "/system/bin/iptables"; variable36 isIptablesSystemAccess_ = access(IPATBLES_CMD_PATH, F_OK) == 0; in IptablesWrapper()71 std::string cmd = std::string(IPATBLES_CMD_PATH) + " " + command; in RunCommand()103 std::string cmd = std::string(IPATBLES_CMD_PATH) + " " + command; in RunCommandForRes()137 std::string cmd = std::string(IPATBLES_CMD_PATH) + " " + command; in RunMutipleCommands()