Searched refs:DEFAULT_BUS_PATH (Results 1 – 3 of 3) sorted by relevance
22 #define DEFAULT_BUS_PATH "unix:path=/run/dbus/system_bus_socket" macro24 static const char *arg_bus_path = DEFAULT_BUS_PATH;37 program_invocation_short_name, DEFAULT_BUS_PATH); in help()
20 #define DEFAULT_BUS_PATH "unix:path=/run/dbus/system_bus_socket" macro52 assert(sd_bus_set_address(bus, DEFAULT_BUS_PATH) >= 0); in test_vtable()