Searched refs:runtime_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()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()
35 char *runtime_attached; member
1080 where = paths->runtime_attached; in attached_path()
257 … return FLAGS_SET(flags, UNIT_FILE_RUNTIME) ? lp->runtime_attached : lp->persistent_attached; in config_path_from_flags()