Home
last modified time | relevance | path

Searched refs:duped_stdin_ (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2246 duped_stdin_ = dup(STDIN_FILENO); in SetUp()
2250 dup2(duped_stdin_, STDIN_FILENO); in TearDown()
2251 close(duped_stdin_); in TearDown()
2364 int duped_stdin_; member in google::protobuf::compiler::__anondc5646070111::EncodeDecodeTest