Searched defs:hostDrives (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp215 VBoxMainDriveInfo hostDrives; member in struct:Host::Data
2013 TCHAR *hostDrives = new TCHAR[sz+1]; local
2014 GetLogicalDriveStrings(sz, hostDrives);
2016 TCHAR *p = hostDrives;
2030 delete[] hostDrives;
2041 if (RT_SUCCESS(m->hostDrives.updateDVDs()))
2042 for (DriveInfoList::const_iterator it = m->hostDrives.DVDBegin();
2043 SUCCEEDED(rc) && it != m->hostDrives.DVDEnd(); ++it)
2095 TCHAR *hostDrives = new TCHAR[sz+1]; local
2096 GetLogicalDriveStrings(sz, hostDrives);
[all...]

Completed in 54 milliseconds