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

  /external/autotest/client/site_tests/camera_V4L2/
camera_V4L2.py 41 vid_path = "/sys/class/video4linux/%s/device/../idVendor" % device_name
43 with open(vid_path, 'r') as f_vid, open(pid_path, 'r') as f_pid:
  /external/autotest/client/cros/
power_utils.py 758 vid_path = os.path.join(dirpath, '..', 'idVendor')
760 if not os.path.exists(vid_path):
761 logging.debug("No vid for USB @ %s", vid_path)
763 vid = utils.read_one_line(vid_path)

Completed in 90 milliseconds