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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp360 const UICacheSettingsSharedFolder &sharedFolderCache = m_cache.child(iSharedFolderIndex); local
361 if (sharedFolderCache.wasChanged())
364 if (sharedFolderCache.wasRemoved())
367 const UIDataSettingsSharedFolder &sharedFolderData = sharedFolderCache.base();
370 removeSharedFolder(sharedFolderCache);
374 if (sharedFolderCache.wasCreated())
377 const UIDataSettingsSharedFolder &sharedFolderData = sharedFolderCache.data();
380 createSharedFolder(sharedFolderCache);
384 if (sharedFolderCache.wasUpdated())
387 const UIDataSettingsSharedFolder &sharedFolderData = sharedFolderCache
[all...]

Completed in 981 milliseconds