Home
last modified time | relevance | path

Searched refs:syspath (Results 1 – 9 of 9) sorted by relevance

/external/v4l-utils/lib/libdvbv5/
Ddvb-dev-local.c72 const char *syspath, in handle_device_change() argument
129 if (!syspath) { in handle_device_change()
130 syspath = udev_device_get_devnode(dev); in handle_device_change()
131 if (!syspath) { in handle_device_change()
136 dev_list.syspath = strdup(syspath); in handle_device_change()
137 if (!dev_list.syspath) in handle_device_change()
262 free(dev_list.syspath); in handle_device_change()
340 const char *syspath; in dvb_local_find() local
342 syspath = udev_list_entry_get_name(dev_list_entry); in dvb_local_find()
344 dev = udev_device_new_from_syspath(priv->udev, syspath); in dvb_local_find()
[all …]
Ddvb-dev.c48 if (dvb_dev->syspath) in free_dvb_dev()
49 free(dvb_dev->syspath); in free_dvb_dev()
135 if (dev->syspath) in dvb_dev_dump_device()
136 dvb_log(_(" sysfs path: %s"), dev->syspath); in dvb_dev_dump_device()
Ddvb-dev-remote.c934 dev->syspath = malloc(msg->args_size); in dvb_remote_seek_by_adapter()
944 dev->syspath, dev->path, dev->sysname, in dvb_remote_seek_by_adapter()
952 if (!*dev->syspath) { in dvb_remote_seek_by_adapter()
1000 dev->syspath = malloc(msg->args_size); in dvb_remote_get_dev_info()
1010 dev->syspath, dev->path, dev->sysname, in dvb_remote_get_dev_info()
1018 if (!*dev->syspath) { in dvb_remote_get_dev_info()
/external/autotest/client/cros/
Dudev_helpers.py16 def GetProperties(cls, syspath): argument
28 ['udevadm', 'info', '-q', 'property', '-p', syspath]),
/external/python/cpython3/Python/
Dtraceback.c324 PyObject *syspath; in _Py_FindSourceFile() local
349 syspath = _PySys_GetAttr(tstate, &_Py_ID(path)); in _Py_FindSourceFile()
350 if (syspath == NULL || !PyList_Check(syspath)) in _Py_FindSourceFile()
352 npath = PyList_Size(syspath); in _Py_FindSourceFile()
356 v = PyList_GetItem(syspath, i); in _Py_FindSourceFile()
/external/python/cpython3/Lib/test/
Dtest_pkg.py51 self.syspath = list(sys.path)
55 sys.path[:] = self.syspath
/external/v4l-utils/lib/include/libdvbv5/
Ddvb-dev.h87 char *syspath; member
/external/v4l-utils/utils/dvb/
Ddvbv5-daemon.c641 dev->syspath, dev->path, dev->sysname, dev->dvb_type, in dev_seek_by_adapter()
664 dev->syspath, dev->path, dev->sysname, dev->dvb_type, in dev_get_dev_info()
/external/python/cpython3/Lib/test/test_import/
D__init__.py1355 self.syspath = sys.path[:]
1359 sys.path[:] = self.syspath