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

/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1917 BOOL aAutomount)
1922 NOREF(aAutomount);
1914 createSharedFolder(const com::Utf8Str &aName, const com::Utf8Str &aHostPath, BOOL aWritable, BOOL aAutomount) argument
H A DMachineImpl.cpp5471 HRESULT Machine::createSharedFolder(const com::Utf8Str &aName, const com::Utf8Str &aHostPath, BOOL aWritable, BOOL aAutomount) argument
5490 !!aAutomount,
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2949 HRESULT Console::createSharedFolder(const com::Utf8Str &aName, const com::Utf8Str &aHostPath, BOOL aWritable, BOOL aAutomount) argument
2981 !!aAutomount,
3003 rc = i_createSharedFolder(aName, SharedFolderData(aHostPath, !!aWritable, !!aAutomount));

Completed in 120 milliseconds