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

/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 42 milliseconds