Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dpath-lookup.c524 *persistent_attached = NULL, *runtime_attached = NULL; in lookup_paths_init() local
587 r = acquire_attached_dirs(scope, &persistent_attached, &runtime_attached); in lookup_paths_init()
620 STRV_IFNOTNULL(persistent_attached), in lookup_paths_init()
708 r = patch_root_prefix(&persistent_attached, root); in lookup_paths_init()
734 .persistent_attached = TAKE_PTR(persistent_attached), in lookup_paths_init()
763 lp->persistent_attached = mfree(lp->persistent_attached); in lookup_paths_free()
Dpath-lookup.h34 char *persistent_attached; member
/systemd-251/src/portable/
Dportable.c1082 where = paths->persistent_attached; in attached_path()
/systemd-251/src/shared/
Dinstall.c257 … return FLAGS_SET(flags, UNIT_FILE_RUNTIME) ? lp->runtime_attached : lp->persistent_attached; in config_path_from_flags()