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

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp1940 * @param strLocationFull Name (path) of host drive to look for.
1946 const Utf8Str &strLocationFull,
1963 if (pThis->i_getLocationFull() == strLocationFull)
1945 i_findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium) argument
H A DMediumImpl.cpp127 Utf8Str strLocationFull; member in struct:Medium::Data
1362 LogFlowThisFunc(("m->strLocationFull='%s', m->strFormat=%s, m->id={%RTuuid}\n",
1363 m->strLocationFull.c_str(), m->strFormat.c_str(), m->id.raw()));
1669 aLocation = m->strLocationFull;
1761 m->strLocationFull.c_str());
1768 m->strLocationFull.c_str());
1774 m->strLocationFull.c_str());
1788 m->strLocationFull.c_str(), m->backRefs.size());
1810 m->strLocationFull.c_str(), i_getChildren().size());
1817 m->strLocationFull
[all...]
H A DVirtualBoxImpl.cpp3372 Utf8Str strLocationFull = pHD->i_getLocationFull(); local
3374 if (0 == RTPathCompare(strLocationFull.c_str(), strLocation.c_str()))
3453 const Utf8Str &strLocationFull = pMedium->i_getLocationFull(); local
3459 strLocationFull.c_str()) == 0);
3466 "Cannot mount DVD medium '%s' as floppy", strLocationFull.c_str());
3469 "Cannot mount floppy medium '%s' as DVD", strLocationFull.c_str());
4259 Utf8Str strLocationFull; local
4264 strLocationFull = pMedium->i_getLocationFull();
4273 strLocationFull,
4284 strLocationFull
[all...]

Completed in 60 milliseconds