Searched defs:duped_stdin_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1405 duped_stdin_ = dup(STDIN_FILENO);
1409 dup2(duped_stdin_, STDIN_FILENO);
1410 close(duped_stdin_);
1493 int duped_stdin_; member in class:google::protobuf::compiler::__anon14789::EncodeDecodeTest
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface_unittest.cc1246 duped_stdin_ = dup(STDIN_FILENO);
1250 dup2(duped_stdin_, STDIN_FILENO);
1251 close(duped_stdin_);
1334 int duped_stdin_; member in class:google::protobuf::compiler::__anon28927::EncodeDecodeTest

Completed in 136 milliseconds