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

  /external/bluetooth/glib/gio/xdgmime/
xdgmimeicon.c 47 typedef struct XdgIcon XdgIcon;
49 struct XdgIcon
57 struct XdgIcon *icons;
94 return strcmp (((XdgIcon *)v1)->mime_type, ((XdgIcon *)v2)->mime_type);
101 XdgIcon *entry;
102 XdgIcon key;
110 sizeof (XdgIcon), icon_entry_cmp);
134 list->icons = realloc (list->icons, alloc * sizeof (XdgIcon));
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmimeicon.c 47 typedef struct XdgIcon XdgIcon;
49 struct XdgIcon
57 struct XdgIcon *icons;
94 return strcmp (((XdgIcon *)v1)->mime_type, ((XdgIcon *)v2)->mime_type);
101 XdgIcon *entry;
102 XdgIcon key;
110 sizeof (XdgIcon), icon_entry_cmp);
134 list->icons = realloc (list->icons, alloc * sizeof (XdgIcon));
    [all...]

Completed in 316 milliseconds