Searched refs:tty (Results 1 – 25 of 38) sorted by relevance
12
/system/core/fastboot/fuzzy_fastboot/ |
D | test_utils.cpp | 119 struct termios tty; in ConfigureSerial() local 120 tcgetattr(fd, &tty); in ConfigureSerial() 122 cfsetospeed(&tty, (speed_t)B115200); in ConfigureSerial() 123 cfsetispeed(&tty, (speed_t)B115200); in ConfigureSerial() 125 tty.c_cflag &= ~PARENB; in ConfigureSerial() 126 tty.c_cflag &= ~CSTOPB; in ConfigureSerial() 127 tty.c_cflag &= ~CSIZE; in ConfigureSerial() 128 tty.c_cflag |= CS8; in ConfigureSerial() 130 tty.c_cflag &= ~CRTSCTS; in ConfigureSerial() 131 tty.c_cc[VMIN] = 0; in ConfigureSerial() [all …]
|
/system/netd/server/ |
D | PppController.cpp | 52 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument 65 if (!strcmp(tty, *it)) { in attachPppd() 70 ALOGE("Invalid tty '%s' specified", tty); in attachPppd() 92 snprintf(dev, sizeof(dev), "/dev/%s", tty); in attachPppd() 111 int PppController::detachPppd(const char *tty) { in detachPppd() argument 118 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd() 122 ALOGD("PPPD services on port %s stopped", tty); in detachPppd()
|
D | PppController.h | 34 int attachPppd(const char *tty, struct in_addr local, 37 int detachPppd(const char *tty);
|
/system/libziparchive/ |
D | run-ziptool-tests-on-android.sh | 9 if tty -s; then
|
/system/core/adb/client/ |
D | commandline.cpp | 690 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell() local 717 tty = kPtyDefinitely; in adb_shell() 723 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes; in adb_shell() 726 tty = kPtyNo; in adb_shell() 737 if (tty == kPtyNo) { in adb_shell() 739 } else if (tty == kPtyAuto) { in adb_shell() 746 } else if (tty == kPtyYes) { in adb_shell() 757 escape_char, tty, in adb_shell()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_app_25.te | 37 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 32 # Use a pseudo tty.
|
/system/core/shell_and_utilities/ |
D | README.md | 131 time timeout touch tr true truncate tty ulimit umount uname uniq unix2dos 155 tty ulimit umount uname uniq unix2dos uptime usleep uudecode uuencode 180 tail tar taskset tee time timeout top touch tr true truncate tty ulimit 211 true truncate tty tunctl ulimit umount uname uniq unix2dos unlink 243 tty tunctl ulimit umount uname uniq unix2dos unlink unshare uptime
|
/system/sepolicy/private/ |
D | untrusted_app_25.te | 22 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 58 # Use a pseudo tty.
|
D | app_neverallows.te | 221 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | untrusted_app_25.te | 22 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 58 # Use a pseudo tty.
|
D | app_neverallows.te | 242 # Access to /proc/tty/drivers, to allow apps to determine if they
|
/system/core/rootdir/ |
D | ueventd.rc | 31 /dev/tty 0666 root root
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | untrusted_app_25.te | 41 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 32 # Use a pseudo tty.
|
D | genfs_contexts | 38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
|
D | file_contexts | 158 /dev/tty u:object_r:owntty_device:s0 159 /dev/tty[0-9]* u:object_r:tty_device:s0
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_app_25.te | 41 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | genfs_contexts | 38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
|
D | adbd.te | 30 # Use a pseudo tty.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | untrusted_app_25.te | 38 # Access to /proc/tty/drivers, to allow apps to determine if they
|
D | adbd.te | 58 # Use a pseudo tty.
|
D | app_neverallows.te | 325 # Access to /proc/tty/drivers, to allow apps to determine if they
|
12