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

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c 360 static int compare_mime_weight (const void *a, const void *b) function
416 qsort (mimes, n, sizeof (MimeWeight), compare_mime_weight);
xdgmimecache.c 544 static int compare_mime_weight (const void *a, const void *b) function
580 qsort (mimes, n, sizeof (MimeWeight), compare_mime_weight);
  /external/chromium/base/third_party/xdg_mime/
xdgmimeglob.c 360 static int compare_mime_weight (const void *a, const void *b) function
415 qsort (mimes, n, sizeof (MimeWeight), compare_mime_weight);
xdgmimecache.c 546 static int compare_mime_weight (const void *a, const void *b) function
582 qsort (mimes, n, sizeof (MimeWeight), compare_mime_weight);

Completed in 68 milliseconds