Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp65 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex) in GetRealIconIndex() function
186 GetRealIconIndex( in GetIconIndex()
230 GetRealIconIndex( in GetIconIndex()
242 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex); in GetIconIndex()
DSysIconUtils.h46 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
DBrowseDialog.cpp626 … if (GetRealIconIndex(fi.Name + FCHAR_PATH_SEPARATOR, FILE_ATTRIBUTE_DIRECTORY, item.iImage) == 0) in Reload()