Searched defs:SEARCH_LOAD (Results 1 - 1 of 1) sorted by relevance
/systemd/src/shared/ |
H A D | install.c | 59 SEARCH_LOAD = 1, enumerator in enum:SearchFlags 926 if (!(flags & SEARCH_LOAD)) { 1479 r = install_info_traverse(scope, c, root_dir, paths, i, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, NULL); 1814 r = install_info_discover(scope, &c, root_dir, &paths, *f, SEARCH_LOAD, &i); 1828 return install_context_apply(scope, &c, &paths, config_path, root_dir, force, SEARCH_LOAD, changes, n_changes); 2011 r = install_info_discover(scope, &c, root_dir, paths, name, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, &i); 2196 q = install_context_apply(scope, plus, paths, config_path, root_dir, force, SEARCH_LOAD, changes, n_changes); 2229 r = install_info_discover(scope, plus, root_dir, paths, name, SEARCH_LOAD|SEARCH_FOLLOW_CONFIG_SYMLINKS, &i);
|
Completed in 18 milliseconds