Lines Matching refs:plus
2163 InstallContext *plus,
2176 assert(plus);
2196 q = install_context_apply(scope, plus, paths, config_path, root_dir, force, SEARCH_LOAD, changes, n_changes);
2210 InstallContext *plus,
2220 if (install_info_find(plus, name) ||
2229 r = install_info_discover(scope, plus, root_dir, paths, name, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, &i);
2251 _cleanup_(install_context_done) InstallContext plus = {}, minus = {};
2277 r = preset_prepare_one(scope, &plus, &minus, &paths, root_dir, mode, *i);
2282 return execute_preset(scope, &plus, &minus, &paths, config_path, root_dir, files, mode, force, changes, n_changes);
2294 _cleanup_(install_context_done) InstallContext plus = {}, minus = {};
2343 r = preset_prepare_one(scope, &plus, &minus, &paths, root_dir, mode, de->d_name);
2349 return execute_preset(scope, &plus, &minus, &paths, config_path, root_dir, NULL, mode, force, changes, n_changes);