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.cc1676 duped_stdin_ = dup(STDIN_FILENO); in Run()
1680 dup2(duped_stdin_, STDIN_FILENO); in Run()
1681 close(duped_stdin_); in Run()
1764 int duped_stdin_; in Run() member in google::protobuf::compiler::__anon2cc2a3640111::EncodeDecodeTest