Lines Matching full:path
52 a list of (ModemManager object, modem dbus path)
61 for path in manager.EnumerateDevices():
62 result.append((manager, path))
71 return the dbus path and a ModemManager object for that modem.
74 modem_pattern: pattern that should match the modem path
78 (ModemManager, Modem DBUS Path) tuple
86 matches = [(m, path) for m, path in devices if modem_pattern in path]
91 ', '.join([modem.path for modem in matches]))