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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dbus.c53 char *servicehelper; member in struct:BusContext
505 const char *servicehelper; local
576 servicehelper = bus_config_parser_get_servicehelper (parser);
578 s = _dbus_strdup(servicehelper);
579 if (s == NULL && servicehelper != NULL)
586 dbus_free(context->servicehelper);
587 context->servicehelper = s;
1102 dbus_free (context->servicehelper);
1138 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 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 Ddispatch.c2744 const char *servicehelper; local
2745 servicehelper = bus_context_get_servicehelper (context);
2747 _dbus_assert (servicehelper != NULL);

Completed in 260 milliseconds