Searched refs:g_str_has_prefix (Results 1 – 19 of 19) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gunixmounts.c | 252 if (g_str_has_prefix (mount_path, "/dev") || in g_unix_is_mount_path_system_internal() 253 g_str_has_prefix (mount_path, "/proc") || in g_unix_is_mount_path_system_internal() 254 g_str_has_prefix (mount_path, "/sys")) in g_unix_is_mount_path_system_internal() 1658 else if (g_str_has_prefix (device_path, "/vol/dev/diskette/") || in guess_mount_type() 1659 g_str_has_prefix (device_path, "/dev/fd") || in guess_mount_type() 1660 g_str_has_prefix (device_path, "/dev/floppy")) in guess_mount_type() 1662 else if (g_str_has_prefix (device_path, "/dev/cdrom") || in guess_mount_type() 1663 g_str_has_prefix (device_path, "/dev/acd") || in guess_mount_type() 1664 g_str_has_prefix (device_path, "/dev/cd")) in guess_mount_type() 1666 else if (g_str_has_prefix (device_path, "/vol/")) in guess_mount_type() [all …]
|
D | gunixvolume.c | 121 g_str_has_prefix (g_unix_mount_point_get_device_path (mountpoint), "/vol/")) || in _g_unix_volume_new() 140 else if (g_str_has_prefix (volume->device_path, "LABEL=")) in _g_unix_volume_new() 145 else if (g_str_has_prefix (volume->device_path, "UUID=")) in _g_unix_volume_new()
|
D | glocalfileinfo.c | 488 if ((user && g_str_has_prefix (attr, "user.")) || in get_xattrs() 489 (!user && !g_str_has_prefix (attr, "user."))) in get_xattrs() 643 if ((user && g_str_has_prefix (attr, "user.")) || in get_xattrs_from_fd() 644 (!user && !g_str_has_prefix (attr, "user."))) in get_xattrs_from_fd() 737 if (g_str_has_prefix (escaped_attribute, "xattr::")) in set_xattr() 744 g_warn_if_fail (g_str_has_prefix (escaped_attribute, "xattr-sys::")); in set_xattr() 2145 else if (g_str_has_prefix (attribute, "xattr::")) in _g_local_file_info_set_attribute() 2147 else if (g_str_has_prefix (attribute, "xattr-sys::")) in _g_local_file_info_set_attribute()
|
D | gfilenamecompleter.c | 439 if (g_str_has_prefix (possible_match, prefix)) in g_filename_completer_get_completion_suffix() 490 if (g_str_has_prefix (possible_match, prefix)) in g_filename_completer_get_completions()
|
D | gicon.c | 456 if (g_str_has_prefix (str, G_ICON_SERIALIZATION_MAGIC0)) in g_icon_new_for_string()
|
D | giomodule.c | 223 g_str_has_prefix (basename, "lib") && in is_valid_module_name()
|
/external/bluetooth/bluez/src/ |
D | rfkill.c | 123 if (g_str_has_prefix(sysname, "hci") == FALSE) in rfkill_event()
|
D | plugin.c | 160 if (g_str_has_prefix(file, "lib") == TRUE || in plugin_init()
|
/external/webkit/WebCore/platform/graphics/gtk/ |
D | DataSourceGStreamer.cpp | 210 if (!g_str_has_prefix(data, "base64")) in webkit_data_src_uri_set_uri()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 214 if (g_str_has_prefix (retval, "http://:@")) in g_winhttp_file_get_uri() 219 else if (g_str_has_prefix (retval, "https://:@")) in g_winhttp_file_get_uri()
|
/external/bluetooth/glib/glib/ |
D | gstrfuncs.h | 125 gboolean g_str_has_prefix (const gchar *str,
|
D | gmessages.c | 539 if (g_str_has_prefix (pretty_function, "IA__")) in g_return_if_fail_warning() 580 if (g_str_has_prefix (pretty_function, "IA__")) in g_assert_warning()
|
D | gstrfuncs.c | 2930 g_str_has_prefix (const gchar *str, in g_str_has_prefix() function
|
D | galiasdef.c | 2792 #undef g_str_has_prefix 2793 extern __typeof (g_str_has_prefix) g_str_has_prefix __attribute((alias("IA__g_str_has_prefix"), vis…
|
D | galias.h | 2781 extern __typeof (g_str_has_prefix) IA__g_str_has_prefix __attribute((visibility("hidden"))); 2782 #define g_str_has_prefix IA__g_str_has_prefix macro
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-2 | 486 (g_str_has_prefix): 767 (g_str_has_prefix): Minor doc markup fix. 1238 New functions g_str_has_suffix and g_str_has_prefix.
|
D | NEWS | 2608 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1147 g_str_has_prefix
|
/external/bluetooth/glib/docs/reference/ |
D | ChangeLog | 3259 * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
|