HomeSort by relevance Sort by last modified time
    Searched defs:mime_types (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 491 const char *mime_types[5]; local
511 n = _xdg_glob_hash_lookup_file_name (global_hash, base_name, mime_types, 5);
514 return mime_types[0];
551 mime_types, n);
580 const char *mime_types[],
586 return _xdg_mime_cache_get_mime_types_from_file_name (file_name, mime_types, n_mime_types);
588 return _xdg_glob_hash_lookup_file_name (global_hash, file_name, mime_types, n_mime_types);
xdgmimecache.c 269 const char *mime_types[],
302 if (mime_types[n] &&
303 _xdg_mime_mime_type_equal (mime_types[n], non_match))
304 mime_types[n] = NULL;
357 const char *mime_types[],
387 mime_types[0] = (const char *)(cache->buffer + offset);
399 MimeWeight mime_types[],
426 mime_types[n].mime = mime_type;
427 mime_types[n].weight = weight;
446 MimeWeight mime_types[],
667 const char *mime_types[10]; local
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmime.c 491 const char *mime_types[5]; local
511 n = _xdg_glob_hash_lookup_file_name (global_hash, base_name, mime_types, 5);
514 return mime_types[0];
551 mime_types, n);
580 const char *mime_types[],
586 return _xdg_mime_cache_get_mime_types_from_file_name (file_name, mime_types, n_mime_types);
588 return _xdg_glob_hash_lookup_file_name (global_hash, file_name, mime_types, n_mime_types);
xdgmimecache.c 271 const char *mime_types[],
304 if (mime_types[n] &&
305 _xdg_mime_mime_type_equal (mime_types[n], non_match))
306 mime_types[n] = NULL;
359 const char *mime_types[],
389 mime_types[0] = (const char *)(cache->buffer + offset);
401 MimeWeight mime_types[],
428 mime_types[n].mime = mime_type;
429 mime_types[n].weight = weight;
448 MimeWeight mime_types[],
669 const char *mime_types[10]; local
    [all...]
  /external/bluetooth/glib/gio/
gdesktopappinfo.c 2169 gchar *filename, **mime_types; local
2256 gchar *filename, **mime_types; local
2336 gchar *filename, **mime_types; local
2662 char **mime_types; local
    [all...]

Completed in 90 milliseconds