Home
last modified time | relevance | path

Searched refs:GetRealIconIndex (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp67 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex) in GetRealIconIndex() function
188 GetRealIconIndex( in GetIconIndex()
232 GetRealIconIndex( in GetIconIndex()
244 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex); in GetIconIndex()
DSysIconUtils.h50 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
DBrowseDialog.cpp634 … if (GetRealIconIndex(fi.Name + FCHAR_PATH_SEPARATOR, FILE_ATTRIBUTE_DIRECTORY, item.iImage) == 0) in Reload()