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

/systemd/src/core/
H A Dexecute.h231 const char *runtime_prefix; member in struct:ExecParameters
H A Dexecute.c1686 if (!strv_isempty(context->runtime_directory) && params->runtime_prefix) {
1692 p = strjoin(params->runtime_prefix, "/", *rt, NULL);
2222 int exec_context_destroy_runtime_directory(ExecContext *c, const char *runtime_prefix) { argument
2227 if (!runtime_prefix)
2233 p = strjoin(runtime_prefix, "/", *i, NULL);

Completed in 407 milliseconds