Searched refs:removeSharedFolder (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.h140 bool removeSharedFolder(const UICacheSettingsSharedFolder &folderCache);
H A DUIMachineSettingsSF.cpp370 removeSharedFolder(sharedFolderCache);
391 removeSharedFolder(sharedFolderCache);
748 bool UIMachineSettingsSF::removeSharedFolder(const UICacheSettingsSharedFolder &folderCache) function in class:UIMachineSettingsSF
/vbox/src/VBox/Main/include/
H A DVirtualBoxImpl.h315 HRESULT removeSharedFolder(const com::Utf8Str &aName);
H A DConsoleImpl.h336 HRESULT removeSharedFolder(const com::Utf8Str &aName);
H A DMachineImpl.h1127 HRESULT removeSharedFolder(const com::Utf8Str &aName);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp2997 rc = removeSharedFolder(aName);
3019 HRESULT Console::removeSharedFolder(const com::Utf8Str &aName) function in class:Console
3056 rc = removeSharedFolder(strName);
7893 rc = removeSharedFolder(strName);
7920 rc = removeSharedFolder(it->first);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py2609 cmdClosedVm(ctx, mach, lambda ctx, mach, args: mach.removeSharedFolder(name), [])
2613 cmdExistingVm(ctx, mach, 'guestlambda', [lambda ctx, mach, console, args: console.removeSharedFolder(name)])
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp1927 HRESULT VirtualBox::removeSharedFolder(const com::Utf8Str &aName) function in class:VirtualBox
H A DMachineImpl.cpp5505 HRESULT Machine::removeSharedFolder(const com::Utf8Str &aName) function in class:Machine

Completed in 147 milliseconds