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

  /external/bluetooth/glib/gio/xdgmime/
xdgmimemagic.h 54 const char *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...]
xdgmimeglob.h 59 const char *mime_types[],
xdgmimeglob.c 304 MimeWeight mime_types[],
330 mime_types,
337 mime_types[n].mime = node->mime_type;
338 mime_types[n].weight = node->weight;
346 mime_types[n].mime = node->mime_type;
347 mime_types[n].weight = node->weight;
371 const char *mime_types[],
391 mime_types[0] = list->mime_type;
422 mime_types[i] = mimes[i].mime;
xdgmimecache.h 64 const char *mime_types[],
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);
xdgmimemagic.c 660 const char *mime_types[],
682 if (mime_types[n] &&
683 _xdg_mime_mime_type_equal (mime_types[n], match->mime_type))
684 mime_types[n] = NULL;
693 if (mime_types[n])
694 mime_type = mime_types[n];
xdgmime.h 89 const char *mime_types[],
  /external/chromium/base/third_party/xdg_mime/
xdgmimemagic.h 54 const char *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...]
xdgmimeglob.h 59 const char *mime_types[],
xdgmimeglob.c 304 MimeWeight mime_types[],
330 mime_types,
337 mime_types[n].mime = node->mime_type;
338 mime_types[n].weight = node->weight;
346 mime_types[n].mime = node->mime_type;
347 mime_types[n].weight = node->weight;
371 const char *mime_types[],
390 mime_types[0] = list->mime_type;
421 mime_types[i] = mimes[i].mime;
xdgmimecache.h 64 const char *mime_types[],
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);
xdgmimemagic.c 660 const char *mime_types[],
682 if (mime_types[n] &&
683 _xdg_mime_mime_type_equal (mime_types[n], match->mime_type))
684 mime_types[n] = NULL;
693 if (mime_types[n])
694 mime_type = mime_types[n];
xdgmime.h 89 const char *mime_types[],
  /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 388 milliseconds