Home
last modified time | relevance | path

Searched refs:DEFAULT_BUS_PATH (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/stdio-bridge/
Dstdio-bridge.c22 #define DEFAULT_BUS_PATH "unix:path=/run/dbus/system_bus_socket" macro
24 static const char *arg_bus_path = DEFAULT_BUS_PATH;
37 program_invocation_short_name, DEFAULT_BUS_PATH); in help()
/systemd-251/src/libsystemd/sd-bus/
Dtest-bus-vtable-cc.cc20 #define DEFAULT_BUS_PATH "unix:path=/run/dbus/system_bus_socket" macro
52 assert(sd_bus_set_address(bus, DEFAULT_BUS_PATH) >= 0); in test_vtable()
Dtest-bus-vtable.c20 #define DEFAULT_BUS_PATH "unix:path=/run/dbus/system_bus_socket" macro
52 assert(sd_bus_set_address(bus, DEFAULT_BUS_PATH) >= 0); in test_vtable()