Home
last modified time | relevance | path

Searched refs:_xdg_binary_or_text_fallback (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/xdgmime/
Dxdgmimeint.h74 const char *_xdg_binary_or_text_fallback(const void *data, size_t len);
Dxdgmimeint.c189 _xdg_binary_or_text_fallback(const void *data, size_t len) in _xdg_binary_or_text_fallback() function
Dxdgmime.c549 return _xdg_binary_or_text_fallback(data, len); in xdg_mime_get_mime_type_for_data()
630 return _xdg_binary_or_text_fallback(data, bytes_read); in xdg_mime_get_mime_type_for_file()
Dxdgmimecache.c847 mime_type = _xdg_binary_or_text_fallback(data, bytes_read); in _xdg_mime_cache_get_mime_type_for_file()