Home
last modified time | relevance | path

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

/systemd-251/src/udev/fido_id/
Dfido_id.c30 _cleanup_free_ char *desc_path = NULL; in run() local
66 desc_path = path_join(sys_path, "report_descriptor"); in run()
67 if (!desc_path) in run()
70 fd = open(desc_path, O_RDONLY | O_NOFOLLOW | O_CLOEXEC); in run()
73 … "Failed to open report descriptor at '%s': %m", desc_path); in run()
78 … "Failed to read report descriptor at '%s': %m", desc_path); in run()
81 "Empty report descriptor at '%s'.", desc_path); in run()
86 … "Failed to parse report descriptor at '%s'.", desc_path); in run()