OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:guclient
(Results
1 - 1
of
1
) sorted by null
/external/autotest/client/deps/fakegudev/src/
gudev-exercise.c
79
GUdevClient *
guclient
= g_udev_client_new (NULL);
local
86
device = g_udev_client_query_by_subsystem_and_name (
guclient
, parts[0],
90
device = g_udev_client_query_by_sysfs_path (
guclient
, path);
92
device = g_udev_client_query_by_device_file (
guclient
, path);
110
g_object_unref (
guclient
);
Completed in 731 milliseconds