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

  /system/connectivity/shill/bin/
reload_network_device 34 egrep '^(DEVPATH|DEVTYPE|ID_BUS|INTERFACE|SUBSYSTEM)')
40 -z "${DEVPATH}" ] ; then
46 # The DEVPATH for a network interface should look something like:
48 if [ $(basename $(dirname "${DEVPATH}")) != 'net' ] ; then
49 error "Device path for ${INTERFACE} (${DEVPATH}) is invalid."
52 device_path=$(readlink -f "/sys${DEVPATH}/../..")
53 module_name=$(basename $(readlink -f "/sys${DEVPATH}/device/driver/module"))
  /external/autotest/client/tests/kvm/scripts/
virtio_console_guest.py 17 DEVPATH = "/dev/virtio-ports/"
124 dev_ppath = DEVPATH + port_name

Completed in 179 milliseconds