Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dconf-parser.c450 _cleanup_free_ char *path_copy = NULL; in hashmap_put_stats_by_path() local
465 path_copy = strdup(path); in hashmap_put_stats_by_path()
469 r = hashmap_put(*stats_by_path, path_copy, st_copy); in hashmap_put_stats_by_path()
474 TAKE_PTR(path_copy); in hashmap_put_stats_by_path()