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

/vbox/src/VBox/Main/include/
H A DAutostartDb.h24 class AutostartDb class
28 AutostartDb();
29 ~AutostartDb();
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp27 #include "AutostartDb.h"
37 int AutostartDb::autostartModifyDb(bool fAutostart, bool fAddVM)
139 AutostartDb::AutostartDb() function in class:AutostartDb
148 AutostartDb::~AutostartDb()
157 int AutostartDb::setAutostartDbPath(const char *pszAutostartDbPathNew)
182 int AutostartDb::addAutostartVM(const char *pszVMId)
203 int AutostartDb::removeAutostartVM(const char *pszVMId)
223 int AutostartDb
[all...]

Completed in 42 milliseconds