Searched refs:sIptablesRestoreOutput (Results 1 – 4 of 4) sorted by relevance
54 sIptablesRestoreOutput.push_back( in TEST_F()201 sIptablesRestoreOutput.push_back(""); in TEST_F()221 sIptablesRestoreOutput[7] = in TEST_F()229 sIptablesRestoreOutput[9] = in TEST_F()239 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()123 std::deque<std::string> IptablesBaseTest::sIptablesRestoreOutput = {}; member in IptablesBaseTest
46 static std::deque<std::string> sIptablesRestoreOutput; variable
68 sIptablesRestoreOutput.push_back(contents); in addIptablesRestoreOutput()72 sIptablesRestoreOutput.push_back(contents1); in addIptablesRestoreOutput()73 sIptablesRestoreOutput.push_back(contents2); in addIptablesRestoreOutput()77 sIptablesRestoreOutput.clear(); in clearIptablesRestoreOutput()