Searched refs:group_name (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gkeyfile.h | 88 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 …]
|
D | gkeyfile.c | 120 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/ |
D | dbus-userdb.h | 101 dbus_bool_t _dbus_get_group_id (const DBusString *group_name,
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitprivate.h | 228 webkit_web_view_set_group_name(WebKitWebView* web_view, const gchar* group_name);
|
/external/bluetooth/glib/gio/ |
D | glocalfileinfo.c | 1313 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/ |
D | config-parser.c | 990 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/ |
D | ChangeLog.pre-2-8 | 923 fact that the special case for !group_name --> start_group
|