Searched refs:escaped_path_id (Results 1 - 2 of 2) sorted by relevance
/systemd/src/backlight/ |
H A D | backlight.c | 274 _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 D | rfkill.c | 181 _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