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

  /external/bluetooth/glib/gio/xdgmime/
xdgmime.h 74 #define _xdg_mime_mime_type_equal XDG_RESERVED_ENTRY(mime_type_equal) macro
117 int _xdg_mime_mime_type_equal (const char *mime_a,
xdgmime.c 697 _xdg_mime_mime_type_equal (const char *mime_a, function
717 return _xdg_mime_mime_type_equal (mime_a, mime_b);
  /external/chromium/base/third_party/xdg_mime/
xdgmime.h 74 #define _xdg_mime_mime_type_equal XDG_RESERVED_ENTRY(mime_type_equal) macro
117 int _xdg_mime_mime_type_equal (const char *mime_a,
xdgmime.c 697 _xdg_mime_mime_type_equal (const char *mime_a, function
717 return _xdg_mime_mime_type_equal (mime_a, mime_b);

Completed in 46 milliseconds