Searched refs:DriveInfoList (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DHostHardwareLinux.h61 typedef std::vector<DriveInfo> DriveInfoList; typedef in class:VBoxMainDriveInfo
78 DriveInfoList::const_iterator FloppyBegin()
84 DriveInfoList::const_iterator FloppyEnd()
90 DriveInfoList::const_iterator DVDBegin()
96 DriveInfoList::const_iterator DVDEnd()
102 DriveInfoList mFloppyList;
104 DriveInfoList mDVDList;
108 typedef VBoxMainDriveInfo::DriveInfoList DriveInfoList; typedef
/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp54 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
56 static int getDVDInfoFromCAM(DriveInfoList *pList, bool *pfSuccess);
163 static int getDVDInfoFromCAM(DriveInfoList *pList, bool *pfSuccess)
338 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp86 static int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
88 static int getDriveInfoFromSysfs(DriveInfoList *pList, bool isDVD,
521 int getDriveInfoFromEnv(const char *pcszVar, DriveInfoList *pList,
744 int getDriveInfoFromSysfs(DriveInfoList *pList, bool isDVD, bool *pfSuccess)
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2042 for (DriveInfoList::const_iterator it = m->hostDrives.DVDBegin();
2115 for (DriveInfoList::const_iterator it = m->hostDrives.FloppyBegin();

Completed in 73 milliseconds