Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc1691 duped_stdin_ = dup(STDIN_FILENO); in Run()
1695 dup2(duped_stdin_, STDIN_FILENO); in Run()
1696 close(duped_stdin_); in Run()
1779 int duped_stdin_; in Run() member in google::protobuf::compiler::__anon182977270111::EncodeDecodeTest