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

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp880 HRESULT SystemProperties::getAutostartDatabasePath(com::Utf8Str &aAutostartDbPath) argument
884 aAutostartDbPath = m->strAutostartDatabasePath;
889 HRESULT SystemProperties::setAutostartDatabasePath(const com::Utf8Str &aAutostartDbPath) argument
892 HRESULT rc = i_setAutostartDatabasePath(aAutostartDbPath);

Completed in 45 milliseconds