HomeSort by relevance Sort by last modified time
    Searched refs:captured_fd (Results 1 - 11 of 11) sorted by null

  /external/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
525 const int captured_fd = mkstemp(name_template);
526 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
537 const int captured_fd = mkstemp(name_template);
541 dup2(captured_fd, fd_);
542 close(captured_fd);
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
510 const int captured_fd = mkstemp(name_template);
517 const int captured_fd = mkstemp(name_template);
521 dup2(captured_fd, fd_);
522 close(captured_fd);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 100 const int captured_fd = mkstemp(name_template); local
103 dup2(captured_fd, STDERR_FILENO);
104 close(captured_fd);
  /external/chromium/testing/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
513 const int captured_fd = mkstemp(name_template);
517 dup2(captured_fd, fd_);
518 close(captured_fd);
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
513 const int captured_fd = mkstemp(name_template);
517 dup2(captured_fd, fd_);
518 close(captured_fd);
  /external/mesa3d/src/gtest/src/
gtest-port.cc 504 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
505 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
513 const int captured_fd = mkstemp(name_template);
517 dup2(captured_fd, fd_);
518 close(captured_fd);
  /external/open-vcdiff/gtest/src/
gtest-port.cc 460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
467 const int captured_fd = mkstemp(name_template);
471 dup2(captured_fd, kStdErrFileno);
472 close(captured_fd);
  /external/protobuf/gtest/src/
gtest-port.cc 460 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
467 const int captured_fd = mkstemp(name_template);
471 dup2(captured_fd, kStdErrFileno);
472 close(captured_fd);
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
529 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
556 const int captured_fd = mkstemp(name_template);
560 dup2(captured_fd, fd_);
561 close(captured_fd);
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 528 const int captured_fd = creat(temp_file_path, _S_IREAD | _S_IWRITE);
529 GTEST_CHECK_(captured_fd != -1) << "Unable to open temporary file "
556 const int captured_fd = mkstemp(name_template);
560 dup2(captured_fd, fd_);
561 close(captured_fd);
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]

Completed in 216 milliseconds