Searched refs:GetRealIconIndex (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | SysIconUtils.cpp | 78 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex)
in GetRealIconIndex() function 101 DWORD_PTR GetRealIconIndex(const UString &fileName, DWORD attrib, int &iconIndex, UString *typeName)
199 GetRealIconIndex(
in GetIconIndex() 240 // GetRealIconIndex is too slow for big number of split extensions: .001, .002, .003
in GetIconIndex() 243 GetRealIconIndex(
in GetIconIndex() 255 GetRealIconIndex(us2fs(fileName + dotPos), attrib, pair.IconIndex);
in GetIconIndex()
|
H A D | SysIconUtils.h | 50 DWORD_PTR GetRealIconIndex(CFSTR path, DWORD attrib, int &iconIndex);
|
H A D | BrowseDialog.cpp | 651 if (GetRealIconIndex(fi.Name + FCHAR_PATH_SEPARATOR, FILE_ATTRIBUTE_DIRECTORY, item.iImage) == 0)
in Reload()
|
Completed in 3 milliseconds