Searched refs:m_cDevices (Results 1 – 2 of 2) sorted by relevance
95 int GetDeviceCount() const { return (int)m_cDevices.size(); } in GetDeviceCount()98 ASSERT((nIndex >= 0) && (nIndex < (int)m_cDevices.size())); in GetDevicePath()99 return m_cDevices[nIndex]; in GetDevicePath()192 deque<HIO2DevicePath> m_cDevices; // Device path information variable
547 m_cDevices.push_back(lpPath); in AddDevicePath()549 m_cDevices.push_back(pathName); in AddDevicePath()585 for (int i=0; i<(int)m_cDevices.size(); i++) delete [] m_cDevices[i]; in InitInstance()586 m_cDevices.clear(); in InitInstance()588 m_cDevices.clear(); in InitInstance()