Searched refs:escaped_path_id (Results 1 - 2 of 2) sorted by relevance

/systemd/src/backlight/
H A Dbacklight.c274 _cleanup_free_ char *saved = NULL, *ss = NULL, *escaped_ss = NULL, *escaped_sysname = NULL, *escaped_path_id = NULL; local
354 escaped_path_id = cescape(path_id);
355 if (!escaped_path_id) {
360 saved = strjoin("/var/lib/systemd/backlight/", escaped_path_id, ":", escaped_ss, ":", escaped_sysname, NULL);
/systemd/src/rfkill/
H A Drfkill.c181 _cleanup_free_ char *escaped_path_id = NULL; local
183 escaped_path_id = cescape(path_id);
184 if (!escaped_path_id)
187 state_file = strjoin("/var/lib/systemd/rfkill/", escaped_path_id, ":", type, NULL);

Completed in 1966 milliseconds