Searched defs:target_info (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dinstall.c1719 UnitFileInstallInfo *i, *target_info; local
1745 r = install_info_discover(scope, &c, root_dir, &paths, target, SEARCH_FOLLOW_CONFIG_SYMLINKS, &target_info);
1748 if (target_info->type == UNIT_FILE_TYPE_MASKED)
1751 assert(target_info->type == UNIT_FILE_TYPE_REGULAR);
1774 *l = strv_new(target_info->name, NULL);

Completed in 17 milliseconds