Searched refs:sPopenContents (Results 1 – 2 of 2) sorted by relevance
65 if (sPopenContents.empty() || strcmp(type, "r") != 0) { in fake_popen()69 std::string realCmd = StringPrintf("echo '%s'", sPopenContents.front().c_str()); in fake_popen()70 sPopenContents.pop_front(); in fake_popen()122 std::deque<std::string> IptablesBaseTest::sPopenContents = {}; member in IptablesBaseTest
45 static std::deque<std::string> sPopenContents; variable