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

  /external/chromium/testing/gtest/test/
gtest_output_test_.cc 1002 posix::FReopen("nul:", "w", stdout);
1004 posix::FReopen("/dev/null", "w", stdout);
  /external/protobuf/gtest/test/
gtest_output_test_.cc 991 posix::FReopen("nul:", "w", stdout);
993 posix::FReopen("/dev/null", "w", stdout);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 902 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
913 inline FILE *FReopen(const char* path, const char* mode, FILE* stream) {
914 return freopen(path, mode, stream);
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 7071 milliseconds