Searched refs:pszAutostartDbPathNew (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DAutostartDb.h35 * @param pszAutostartDbPathNew Path to the autostart database.
37 int setAutostartDbPath(const char *pszAutostartDbPathNew);
/vbox/src/VBox/Main/src-server/generic/
H A DAutostartDb-generic.cpp157 int AutostartDb::setAutostartDbPath(const char *pszAutostartDbPathNew) argument
162 if (pszAutostartDbPathNew)
164 pszAutostartDbPathTmp = RTStrDup(pszAutostartDbPathNew);
177 NOREF(pszAutostartDbPathNew);

Completed in 54 milliseconds