Searched refs:runtime_directory (Results 1 - 3 of 3) sorted by relevance
/systemd/src/core/ |
H A D | execute.h | 196 char **runtime_directory; member in struct:ExecContext
|
H A D | dbus-execute.c | 734 SD_BUS_PROPERTY("RuntimeDirectory", "as", NULL, offsetof(ExecContext, runtime_directory), SD_BUS_VTABLE_PROPERTY_CONST), 1476 c->runtime_directory = strv_free(c->runtime_directory); 1479 r = strv_extend_strv(&c->runtime_directory, l, true); 1484 joined = strv_join_quoted(c->runtime_directory);
|
H A D | execute.c | 1686 if (!strv_isempty(context->runtime_directory) && params->runtime_prefix) { 1689 STRV_FOREACH(rt, context->runtime_directory) { 2216 c->runtime_directory = strv_free(c->runtime_directory); 2230 STRV_FOREACH(i, c->runtime_directory) { 2462 STRV_FOREACH(d, c->runtime_directory)
|
Completed in 1655 milliseconds