Searched refs:persistent_attached (Results 1 – 4 of 4) sorted by relevance
524 *persistent_attached = NULL, *runtime_attached = NULL; in lookup_paths_init() local587 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()
34 char *persistent_attached; member
1082 where = paths->persistent_attached; in attached_path()
257 … return FLAGS_SET(flags, UNIT_FILE_RUNTIME) ? lp->runtime_attached : lp->persistent_attached; in config_path_from_flags()