Searched refs:m_cDevices (Results 1 – 2 of 2) sorted by relevance
93 int GetDeviceCount() const { return (int)m_cDevices.size(); } in GetDeviceCount()96 ASSERT((nIndex >= 0) && (nIndex < (int)m_cDevices.size())); in GetDevicePath()97 return m_cDevices[nIndex]; in GetDevicePath()190 deque<HIO2DevicePath> m_cDevices; // device path information variable
547 m_cDevices.push_back(lpPath); in AddDevicePath()549 m_cDevices.push_back(pathName); in AddDevicePath()583 for (int i=0; i<(int)m_cDevices.size(); i++) delete [] m_cDevices[i]; in InitInstance()584 m_cDevices.clear(); in InitInstance()586 m_cDevices.clear(); in InitInstance()