Home
last modified time | relevance | path

Searched refs:runtime_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()
623 STRV_IFNOTNULL(runtime_attached), in lookup_paths_init()
711 r = patch_root_prefix(&runtime_attached, root); in lookup_paths_init()
735 .runtime_attached = TAKE_PTR(runtime_attached), in lookup_paths_init()
764 lp->runtime_attached = mfree(lp->runtime_attached); in lookup_paths_free()
Dpath-lookup.h35 char *runtime_attached; member
/systemd-251/src/portable/
Dportable.c1080 where = paths->runtime_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()