Searched refs:sIptablesRestoreOutput (Results 1 – 3 of 3) sorted by relevance
54 sIptablesRestoreOutput.push_back( in TEST_F()207 sIptablesRestoreOutput.push_back(""); in TEST_F()227 sIptablesRestoreOutput[7] = in TEST_F()235 sIptablesRestoreOutput[9] = in TEST_F()245 sIptablesRestoreOutput[13] = in TEST_F()
79 *output = sIptablesRestoreOutput.size() ? sIptablesRestoreOutput.front().c_str() : ""; in fakeExecIptablesRestoreWithOutput()81 if (sIptablesRestoreOutput.size()) { in fakeExecIptablesRestoreWithOutput()82 sIptablesRestoreOutput.pop_front(); in fakeExecIptablesRestoreWithOutput()119 std::deque<std::string> IptablesBaseTest::sIptablesRestoreOutput = {}; member in IptablesBaseTest
45 sIptablesRestoreOutput.push_back(contents); in addIptablesRestoreOutput()54 sIptablesRestoreOutput.clear(); in clearIptablesRestoreOutput()62 static std::deque<std::string> sIptablesRestoreOutput; variable