HomeSort by relevance Sort by last modified time
    Searched refs:uri_scheme (Results 1 - 9 of 9) sorted by null

  /external/bluetooth/glib/gio/
gdesktopappinfo.h 84 const char *uri_scheme);
90 const char *uri_scheme);
gappinfo.h 178 GAppInfo *g_app_info_get_default_for_uri_scheme (const char *uri_scheme);
gdummyfile.c 389 const char *uri_scheme)
394 return g_ascii_strcasecmp (uri_scheme, dummy->decoded_uri->scheme) == 0;
gfile.h 150 const char *uri_scheme);
464 const char *uri_scheme);
    [all...]
gfile.c 344 * @uri_scheme: a string containing a URI scheme.
356 const char *uri_scheme)
361 g_return_val_if_fail (uri_scheme != NULL, FALSE);
365 return (* iface->has_uri_scheme) (file, uri_scheme);
5079 char *uri_scheme; local
    [all...]
gdesktopappinfo.c     [all...]
gwin32appinfo.c 619 g_app_info_get_default_for_uri_scheme (const char *uri_scheme)
glocalfile.c 348 const char *uri_scheme)
350 return g_ascii_strcasecmp (uri_scheme, "file") == 0;
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 150 const char *uri_scheme)
152 return (g_ascii_strcasecmp (uri_scheme, "http") == 0 ||
153 g_ascii_strcasecmp (uri_scheme, "https") == 0);

Completed in 3145 milliseconds