Searched defs:servicehelper (Results 1 - 4 of 4) sorted by relevance

/external/dbus/bus/
H A Dactivation.c1680 const char *servicehelper; local
2009 servicehelper = bus_context_get_servicehelper (activation->context);
2010 if (servicehelper != NULL)
2021 if (!_dbus_string_append (&command, servicehelper))
2082 if (servicehelper != NULL)
2084 DBUS_SYSTEM_LOG_INFO, "Activating service name='%s' (using servicehelper)",
H A Dbus.c53 char *servicehelper; member in struct:BusContext
509 const char *servicehelper; local
580 servicehelper = bus_config_parser_get_servicehelper (parser);
582 s = _dbus_strdup(servicehelper);
583 if (s == NULL && servicehelper != NULL)
590 dbus_free(context->servicehelper);
591 context->servicehelper = s;
1123 dbus_free (context->servicehelper);
1162 return context->servicehelper;
H A Dconfig-parser.c93 char *servicehelper; /**< location of the setuid helper */ member in struct:BusConfigParser
490 dbus_free (parser->servicehelper);
792 if (!check_no_attributes (parser, "servicehelper", attribute_names, attribute_values, error))
2173 char *servicehelper; local
2178 servicehelper = _dbus_strdup (filename_str);
2181 if (servicehelper == NULL)
2187 /* save the latest servicehelper only if not OOM */
2188 dbus_free (parser->servicehelper);
2189 parser->servicehelper = servicehelper;
[all...]
H A Ddispatch.c2744 const char *servicehelper; local
2745 servicehelper = bus_context_get_servicehelper (context);
2747 _dbus_assert (servicehelper != NULL);

Completed in 43 milliseconds