Home
last modified time | relevance | path

Searched refs:g_Ext_to_Icon_Map (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelFolderChange.cpp380 return g_Ext_to_Icon_Map.GetIconIndex_DIR(attrib); in GetRealIconIndex_for_DirPath()
498 item.iImage = g_Ext_to_Icon_Map.GetIconIndex(FILE_ATTRIBUTE_ARCHIVE, path.Ptr(dotPos)); in LoadFullPathAndShow()
505 item.iImage = g_Ext_to_Icon_Map.GetIconIndex_DIR(); in LoadFullPathAndShow()
607 iconIndex = g_Ext_to_Icon_Map.GetIconIndex_DIR(); in AddComboBoxItem()
751 iconIndex = g_Ext_to_Icon_Map.GetIconIndex(attrib, name); in OnComboBoxCommand()
H A DSysIconUtils.h53 extern CExtToIconMap g_Ext_to_Icon_Map;
H A DSysIconUtils.cpp23 CExtToIconMap g_Ext_to_Icon_Map; variable
H A DPanelItems.cpp640 item.iImage = g_Ext_to_Icon_Map.GetIconIndex_DIR(); in RefreshListCtrl()
844 item.iImage = g_Ext_to_Icon_Map.GetIconIndex(attrib, name); in RefreshListCtrl()