Searched refs:IP6TABLES_CMD_PATH (Results 1 – 1 of 1) sorted by relevance
30 constexpr const char *IP6TABLES_CMD_PATH = "/system/bin/ip6tables"; variable37 isIp6tablesSystemAccess_ = access(IP6TABLES_CMD_PATH, F_OK) == 0; in IptablesWrapper()81 std::string cmd = std::string(IP6TABLES_CMD_PATH) + " " + command; in RunCommand()114 std::string cmd = std::string(IP6TABLES_CMD_PATH) + " " + command; in RunCommandForRes()143 std::string cmd = std::string(IP6TABLES_CMD_PATH) + " " + command; in RunMutipleCommands()