Home
last modified time | relevance | path

Searched refs:tty (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/
DPppController.cpp51 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()
DPppController.h34 int attachPppd(const char *tty, struct in_addr local,
37 int detachPppd(const char *tty);
/system/core/adb/
Dcommandline.cpp696 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/
Duntrusted_app_25.te41 # Access to /proc/tty/drivers, to allow apps to determine if they
Dgenfs_contexts38 genfscon proc /tty/drivers u:object_r:proc_tty_drivers:s0
Dadbd.te30 # Use a pseudo tty.
Dfile_contexts156 /dev/tty u:object_r:owntty_device:s0
157 /dev/tty[0-9]* u:object_r:tty_device:s0
/system/core/rootdir/
Dueventd.rc15 /dev/tty 0666 root root