Lines Matching +full:sub +full:- +full:path
27 dbus_pid = os.path.join(dbus_dir, "pid")
28 dbus_socket = os.path.join(dbus_dir, "system_bus_socket")
29 dbus_local_conf = os.path.join(dbus_dir, "system-local.conf")
30 if os.path.isfile(dbus_pid):
36 line = re.sub(
42 line = re.sub(
48 line = re.sub(
50 "<listen>unix:path=%s</listen>" % dbus_socket,
54 line = re.sub("<deny", "<allow", line)
59 "dbus-daemon",
60 "--config-file=%s" % dbus_local_conf,
61 "--print-address",
64 os.environ["DBUS_SESSION_BUS_ADDRESS"] = out[0].decode("utf-8")
76 dbus_pid = os.path.join(dbus_dir, "pid")
77 if os.path.isfile(dbus_pid):
87 "-f",
88 "--dbussysconfigfile",
94 "-u",
95 "--unittestandparams",