Lines Matching refs:persistent_config
195 return path_equal_ptr(path, lp->persistent_config) || in path_is_config()
259 … return FLAGS_SET(flags, UNIT_FILE_RUNTIME) ? lp->runtime_config : lp->persistent_config; in config_path_from_flags()
970 if (path_equal_ptr(*p, lp->persistent_config)) { in find_symlinks_in_scope()
991 if (path_equal_ptr(*p, lp->persistent_config)) in find_symlinks_in_scope()
2237 config_path = (flags & UNIT_FILE_RUNTIME) ? lp.runtime_config : lp.persistent_config; in unit_file_mask()
2285 config_path = (flags & UNIT_FILE_RUNTIME) ? lp.runtime_config : lp.persistent_config; in unit_file_unmask()
2376 config_path = (flags & UNIT_FILE_RUNTIME) ? lp.runtime_config : lp.persistent_config; in unit_file_link()
2599 …q = remove_marked_symlinks(remove_symlinks_to, lp.persistent_config, &lp, false, changes, n_change… in unit_file_revert()
2636 config_path = (file_flags & UNIT_FILE_RUNTIME) ? lp.runtime_config : lp.persistent_config; in unit_file_add_dependency()
2912 new_path = strjoina(lp.persistent_config, "/" SPECIAL_DEFAULT_TARGET); in unit_file_set_default()
3458 config_path = (file_flags & UNIT_FILE_RUNTIME) ? lp.runtime_config : lp.persistent_config; in unit_file_preset()
3497 config_path = (file_flags & UNIT_FILE_RUNTIME) ? lp.runtime_config : lp.persistent_config; in unit_file_preset_all()