Searched refs:with_instance (Results 1 - 1 of 1) sorted by relevance

/systemd/src/analyze/
H A Danalyze-verify.c38 _cleanup_free_ char *with_instance = NULL; local
53 r = unit_name_replace_instance(name, "i", &with_instance);
62 if (with_instance)
63 c = path_join(NULL, dir, with_instance);

Completed in 848 milliseconds