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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1694 bool autoMount = false; local
1719 SSMR3GetBool(pSSM, &autoMount);
1727 autoMount,
7855 BOOL autoMount; local
7868 rc = pSharedFolder->COMGETTER(AutoMount)(&autoMount);
7872 SharedFolderData(strHostPath, !!writable, !!autoMount)));
7899 SharedFolderData(strHostPath, !!writable, !!autoMount));

Completed in 1025 milliseconds