HomeSort by relevance Sort by last modified time
    Searched refs:tty_device (Results 1 - 10 of 10) sorted by null

  /external/devlib/devlib/instrument/
monsoon.py 36 :param tty_device: TTY device to use to communicate with the Power
42 def __init__(self, target, monsoon_bin=None, tty_device=None):
48 self.tty_device = tty_device
70 if self.tty_device:
71 cmd += ['--device', self.tty_device]
  /external/autotest/client/cros/cellular/
mmtest.py 87 tty_device = (['device_file=%s' % (modemname),
105 environment = { 'FAKEGUDEV_DEVICES' : ':'.join(tty_device +
  /system/sepolicy/prebuilts/api/26.0/private/
system_server.te 288 allow system_server tty_device:chr_file rw_file_perms;
file_contexts 157 /dev/tty[0-9]* u:object_r:tty_device:s0
  /system/sepolicy/prebuilts/api/28.0/private/
system_server.te 320 allow system_server tty_device:chr_file rw_file_perms;
    [all...]
file_contexts 166 /dev/tty[0-9]* u:object_r:tty_device:s0
  /system/sepolicy/private/
system_server.te 320 allow system_server tty_device:chr_file rw_file_perms;
    [all...]
file_contexts 166 /dev/tty[0-9]* u:object_r:tty_device:s0
  /system/sepolicy/prebuilts/api/27.0/private/
system_server.te 301 allow system_server tty_device:chr_file rw_file_perms;
file_contexts 159 /dev/tty[0-9]* u:object_r:tty_device:s0

Completed in 196 milliseconds