Home
last modified time | relevance | path

Searched refs:g_str_has_prefix (Results 1 – 19 of 19) sorted by relevance

/external/bluetooth/glib/gio/
Dgunixmounts.c252 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 …]
Dgunixvolume.c121 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()
Dglocalfileinfo.c488 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()
Dgfilenamecompleter.c439 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()
Dgicon.c456 if (g_str_has_prefix (str, G_ICON_SERIALIZATION_MAGIC0)) in g_icon_new_for_string()
Dgiomodule.c223 g_str_has_prefix (basename, "lib") && in is_valid_module_name()
/external/bluetooth/bluez/src/
Drfkill.c123 if (g_str_has_prefix(sysname, "hci") == FALSE) in rfkill_event()
Dplugin.c160 if (g_str_has_prefix(file, "lib") == TRUE || in plugin_init()
/external/webkit/WebCore/platform/graphics/gtk/
DDataSourceGStreamer.cpp210 if (!g_str_has_prefix(data, "base64")) in webkit_data_src_uri_set_uri()
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c214 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/
Dgstrfuncs.h125 gboolean g_str_has_prefix (const gchar *str,
Dgmessages.c539 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()
Dgstrfuncs.c2930 g_str_has_prefix (const gchar *str, in g_str_has_prefix() function
Dgaliasdef.c2792 #undef g_str_has_prefix
2793 extern __typeof (g_str_has_prefix) g_str_has_prefix __attribute((alias("IA__g_str_has_prefix"), vis…
Dgalias.h2781 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/
DChangeLog.pre-2-2486 (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.
DNEWS2608 * Add g_str_has_suffix()/g_str_has_prefix() [Alex Larsson]
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1147 g_str_has_prefix
/external/bluetooth/glib/docs/reference/
DChangeLog3259 * glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.