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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2306 inline int IsATTY(int fd) { return isatty(fd); } function in namespace:testing::internal::posix
2313 inline int IsATTY(int /* fd */) { return 0; } function in namespace:testing::internal::posix
2315 inline int IsATTY(int fd) { return _isatty(fd); } function in namespace:testing::internal::posix
2341 inline int IsATTY(int fd) { return isatty(fd); }
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2965 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);

Completed in 32 milliseconds