Searched refs:m_volName (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvolume.h91 wxString GetName() const { return m_volName; }
98 wxString m_volName; member in class:wxFSVolumeBase
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dvolume.cpp483 m_volName = name;
487 long rc = SHGetFileInfo(m_volName, 0, &fi, sizeof(fi), SHGFI_DISPLAYNAME);
490 wxLogError(_("Cannot read typename from '%s'!"), m_volName.c_str());
519 FileInfoMap::iterator itr = s_fileInfo.find(m_volName);
536 FileInfoMap::iterator itr = s_fileInfo.find(m_volName);
597 long rc = SHGetFileInfo(m_volName, 0, &fi, sizeof(fi), flags);
600 wxLogError(_("Cannot load icon from '%s'."), m_volName.c_str());

Completed in 86 milliseconds