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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3884 Utf8Str devicePath = Utf8StrFmt("%s/%u/LUN#%u", pcszDevice, uInstance, uLUN); local
3885 mapMediumAttachments[devicePath] = pMediumAtt;
H A DConsoleImpl.cpp3939 Utf8Str devicePath = Utf8StrFmt("%s/%u/LUN#%u", pcszDevice, uInstance, uLUN); local
3940 pThis->mapMediumAttachments.erase(devicePath);
10204 Utf8Str devicePath = Utf8StrFmt("%s/LUN#%u", pThis->pszDeviceInstance, uLUN); local
10206 Console::MediumAttachmentMap::const_iterator it = pThis->pmapMediumAttachments->find(devicePath);
10235 pThis->pmapMediumAttachments->erase(devicePath);
10236 pThis->pmapMediumAttachments->insert(std::make_pair(devicePath, pNewMediumAtt));

Completed in 379 milliseconds