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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2814 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:std::tr1::posix
2821 inline int IsATTY(int /* fd */) { return 0; } function in namespace:std::tr1::posix
2823 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:std::tr1::posix
2849 inline int IsATTY(int fd) { return isatty(fd); }

Completed in 92 milliseconds