Home
last modified time | relevance | path

Searched refs:group_name (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/glib/glib/
Dgkeyfile.h88 const gchar *group_name,
92 const gchar *group_name);
94 const gchar *group_name,
98 const gchar *group_name,
102 const gchar *group_name,
106 const gchar *group_name,
110 const gchar *group_name,
114 const gchar *group_name,
119 const gchar *group_name,
124 const gchar *group_name,
[all …]
Dgkeyfile.c120 const gchar *group_name);
122 const gchar *group_name);
142 const gchar *group_name);
803 gchar *group_name; in g_key_file_parse_group() local
814 group_name = g_strndup (group_name_start, in g_key_file_parse_group()
817 if (!g_key_file_is_group_name (group_name)) in g_key_file_parse_group()
821 _("Invalid group name: %s"), group_name); in g_key_file_parse_group()
822 g_free (group_name); in g_key_file_parse_group()
826 g_key_file_add_group (key_file, group_name); in g_key_file_parse_group()
827 g_free (group_name); in g_key_file_parse_group()
[all …]
/external/dbus/dbus/
Ddbus-userdb.h101 dbus_bool_t _dbus_get_group_id (const DBusString *group_name,
/external/webkit/WebKit/gtk/webkit/
Dwebkitprivate.h228 webkit_web_view_set_group_name(WebKitWebView* web_view, const gchar* group_name);
/external/bluetooth/glib/gio/
Dglocalfileinfo.c1313 gchar **group_name, in win32_get_file_user_info() argument
1369 if (!group_name) in win32_get_file_user_info()
1388 *group_name = g_utf16_to_utf8 (name, -1, NULL, NULL, NULL); in win32_get_file_user_info()
/external/dbus/bus/
Dconfig-parser.c990 DBusString group_name; in start_busconfig_child() local
991 _dbus_string_init_const (&group_name, group); in start_busconfig_child()
993 if (_dbus_get_group_id (&group_name, in start_busconfig_child()
/external/bluetooth/glib/
DChangeLog.pre-2-8923 fact that the special case for !group_name --> start_group