Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Duser-record.c160 free(h->image_path_auto); in user_record_free()
1370 if (!h->image_path && !h->image_path_auto) { in user_record_augment()
1371 …_build_image_path(user_record_storage(h), user_record_user_name_and_realm(h), &h->image_path_auto); in user_record_augment()
1720 if (h->image_path_auto) in user_record_image_path()
1721 return h->image_path_auto; in user_record_image_path()
Duser-record.h291 …char *image_path_auto; /* when none is configured explicitly, this is where we place the implicit … member
/systemd-251/src/home/
Duser-record-util.c379 free_and_replace(h->image_path_auto, ip_auto); in user_record_add_binding()