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

/systemd/src/core/
H A Dnamespace.c425 const char* bus_endpoint_path,
441 n = !!tmp_dir + !!var_tmp_dir + !!bus_endpoint_path +
482 if (bus_endpoint_path) {
483 m->path = prefix_roota(root_directory, bus_endpoint_path);
418 setup_namespace( const char* root_directory, char** read_write_dirs, char** read_only_dirs, char** inaccessible_dirs, const char* tmp_dir, const char* var_tmp_dir, const char* bus_endpoint_path, bool private_dev, ProtectHome protect_home, ProtectSystem protect_system, unsigned long mount_flags) argument
H A Dexecute.h237 char *bus_endpoint_path; member in struct:ExecParameters
H A Dservice.c1160 _cleanup_free_ char *bus_endpoint_path = NULL; local
1272 UNIT(s)->id, &bus_endpoint_path);
1293 exec_params.bus_endpoint_path = bus_endpoint_path;

Completed in 21 milliseconds