Searched refs:tty (Results 1 – 8 of 8) sorted by relevance
/system/netd/server/ |
D | PppController.cpp | 51 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument 64 if (!strcmp(tty, *it)) { in attachPppd() 69 ALOGE("Invalid tty '%s' specified", tty); in attachPppd() 91 snprintf(dev, sizeof(dev), "/dev/%s", tty); in attachPppd() 110 int PppController::detachPppd(const char *tty) { in detachPppd() argument 117 ALOGD("Stopping PPPD services on port %s", tty); in detachPppd() 121 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/core/adb/ |
D | commandline.cpp | 696 PtyAllocationMode tty = use_shell_protocol ? kPtyAuto : kPtyDefinitely; // -t/-T in adb_shell() local 720 tty = kPtyDefinitely; in adb_shell() 726 tty = (tty >= kPtyYes) ? kPtyDefinitely : kPtyYes; in adb_shell() 729 tty = kPtyNo; in adb_shell() 740 if (tty == kPtyNo) { in adb_shell() 742 } else if (tty == kPtyAuto) { in adb_shell() 749 } else if (tty == kPtyYes) { in adb_shell() 760 escape_char, tty, in adb_shell()
|
/system/sepolicy/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.
|
D | file_contexts | 156 /dev/tty u:object_r:owntty_device:s0 157 /dev/tty[0-9]* u:object_r:tty_device:s0
|
/system/core/rootdir/ |
D | ueventd.rc | 15 /dev/tty 0666 root root
|