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

  /external/chromium_org/testing/gtest/test/
gtest_output_test_.cc 1016 posix::FReopen("nul:", "w", stdout);
1018 posix::FReopen("/dev/null", "w", stdout);
  /external/gtest/test/
gtest_output_test_.cc 1016 posix::FReopen("nul:", "w", stdout);
1018 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);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 1016 posix::FReopen("nul:", "w", stdout);
1018 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_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]

Completed in 1376 milliseconds