Searched refs:desc_path (Results 1 – 1 of 1) sorted by relevance
30 _cleanup_free_ char *desc_path = NULL; in run() local66 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()