Searched refs:FileNo (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4113 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2832 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); } function in namespace:std::tr1::posix
2836 inline int FileNo(FILE* file) { return _fileno(file); } function in namespace:std::tr1::posix
2848 inline int FileNo(FILE* file) { return fileno(file); }

Completed in 428 milliseconds