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

/vbox/src/VBox/Main/include/
H A DConsoleImpl.h610 HRESULT i_fetchSharedFolders(BOOL aGlobal);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp528 rc = i_fetchSharedFolders(true /* aGlobal */);
530 rc = i_fetchSharedFolders(false /* aGlobal */);
5381 HRESULT rc = i_fetchSharedFolders(aGlobal);
7813 HRESULT Console::i_fetchSharedFolders(BOOL aGlobal) function in class:Console

Completed in 1718 milliseconds