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

  /external/webkit/WebCore/platform/win/
DragImageWin.cpp 66 SHFILEINFO shfi = {0}; local
68 &shfi, sizeof(shfi), SHGFI_ICON | SHGFI_USEFILEATTRIBUTES)))
72 if (!GetIconInfo(shfi.hIcon, &iconInfo)) {
73 DestroyIcon(shfi.hIcon);
77 DestroyIcon(shfi.hIcon);
  /external/bluetooth/glib/gio/
gwin32mount.c 218 SHFILEINFOW shfi; local
221 if (SHGetFileInfoW (wfn, 0, &shfi, sizeof (shfi), SHGFI_ICONLOCATION))
223 gchar *name = g_utf16_to_utf8 (shfi.szDisplayName, -1, NULL, NULL, NULL);
224 gchar *id = g_strdup_printf ("%s,%i", name, shfi.iIcon);

Completed in 251 milliseconds