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

/systemd/src/import/
H A Dpull-common.c382 _cleanup_free_ char *settings_fn = NULL; local
387 r = import_url_last_component(settings_job->url, &settings_fn);
391 if (!filename_is_valid(settings_fn)) {
396 line = strjoina(settings_job->checksum, " *", settings_fn, "\n");

Completed in 12 milliseconds