Home
last modified time | relevance | path

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

/external/autotest/client/deps/fakegudev/src/
Dgudev-exercise.c79 GUdevClient *guclient = g_udev_client_new (NULL); in lookup() local
86 device = g_udev_client_query_by_subsystem_and_name (guclient, parts[0], in lookup()
90 device = g_udev_client_query_by_sysfs_path (guclient, path); in lookup()
92 device = g_udev_client_query_by_device_file (guclient, path); in lookup()
110 g_object_unref (guclient); in lookup()