Searched refs:sPopenContents (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DIptablesBaseTest.cpp65 if (sPopenContents.empty() || strcmp(type, "r") != 0) {
69 std::string realCmd = StringPrintf("echo '%s'", sPopenContents.front().c_str());
70 sPopenContents.pop_front();
122 std::deque<std::string> IptablesBaseTest::sPopenContents = {}; member in class:IptablesBaseTest
H A DIptablesBaseTest.h45 static std::deque<std::string> sPopenContents; member in class:IptablesBaseTest

Completed in 62 milliseconds