/aosp12/bionic/libc/bionic/ |
H A D | isatty.c | 34 isatty (int fd) in isatty() function
|
H A D | pty.cpp | 94 if (!isatty(fd)) { in ttyname_r()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Color.cpp | 38 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | makebuf.c | 71 if (couldbetty && isatty(fp->_file)) in __smakebuf()
|
/aosp12/system/core/cli-test/ |
H A D | cli-test.cpp | 69 if (isatty(0)) printf("%s", (c == kRed) ? "\e[31m" : "\e[32m"); in Print() 70 printf("%s%s", lhs, isatty(0) ? "\e[0m" : ""); in Print()
|
/aosp12/packages/modules/adb/ |
H A D | sysdeps.h | 174 #define isatty ___xxx_isatty macro 585 return isatty(fd.get()); in unix_isatty() 587 #define isatty ___xxx_isatty macro
|
H A D | sysdeps_win32.cpp | 1487 #undef isatty in _get_console_handle() 1488 if (!isatty(fd.get())) { in _get_console_handle()
|
/aosp12/frameworks/base/tools/bit/ |
H A D | print.cpp | 37 if (isatty(fileno(stdout))) { in init_print()
|
/aosp12/system/update_engine/scripts/ |
H A D | simulate_ota.py | 107 if not valid and sys.stdout.isatty():
|
/aosp12/art/tools/checker/common/ |
H A D | logger.py | 29 if not out.isatty():
|
/aosp12/art/tools/ |
H A D | run-libcore-tests.py | 199 if not sys.stdout.isatty():
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | perfetto.te | 50 # perfetto log formatter calls isatty() on its stderr. Denial when running
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | perfetto.te | 55 # perfetto log formatter calls isatty() on its stderr. Denial when running
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | perfetto.te | 55 # perfetto log formatter calls isatty() on its stderr. Denial when running
|
/aosp12/system/sepolicy/private/ |
H A D | perfetto.te | 55 # perfetto log formatter calls isatty() on its stderr. Denial when running
|
/aosp12/bionic/libc/include/ |
H A D | unistd.h | 279 int isatty(int __fd);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | unistd_h.c | 337 FUNCTION(isatty, int (*f)(int)); in unistd_h()
|
/aosp12/build/make/tools/ |
H A D | check_elf_file.py | 339 if sys.stderr.isatty():
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 423 isatty
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | screenrecord.cpp | 640 if (isatty(fd)) { in prepareRawOutput()
|
/aosp12/art/test/testrunner/ |
H A D | testrunner.py | 334 if not sys.stdout.isatty():
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Config.h.cmake | 198 /* Define to 1 if you have the `isatty' function. */
|
/aosp12/system/tools/aidl/ |
H A D | aidl_language.cpp | 42 int isatty(int fd) in isatty() function
|
/aosp12/art/odrefresh/ |
H A D | odrefresh.cc | 91 if (isatty(fileno(stderr))) { in UsageErrorV()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 530 isatty;
|