Searched refs:i_getLocationFull (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp2262 LogFlowThisFunc(("Okay - prev state=%d locationFull=%s\n", m->state, i_getLocationFull().c_str()));
2280 LogFlowThisFunc(("Failing - state=%d locationFull=%s\n", m->state, i_getLocationFull().c_str()));
2312 LogFlowThisFunc(("new state=%d locationFull=%s\n", m->state, i_getLocationFull().c_str()));
2317 LogFlowThisFunc(("Failing - state=%d locationFull=%s\n", m->state, i_getLocationFull().c_str()));
2629 diff->i_getLocationFull().c_str());
2786 i_getLocationFull().c_str());
2797 pTarget->i_getLocationFull().c_str());
2899 i_getLocationFull().c_str());
2969 i_getLocationFull().c_str());
3052 i_getLocationFull()
3432 const Utf8Str& Medium::i_getLocationFull() const function in class:Medium
[all...]
H A DSnapshotImpl.cpp2832 int vrc = RTFsQuerySerial(pTarget_local->i_getLocationFull().c_str(), &pu32Serial);
2837 pTarget_local->i_getLocationFull().c_str());
2846 serialMapToStoragePath.insert(std::make_pair(pu32Serial,pTarget_local->i_getLocationFull().c_str()));
3036 const Utf8Str &loc = it->mpSource->i_getLocationFull();
3277 aHD->i_getLocationFull().c_str(),
3446 aHD->i_getLocationFull().c_str());
3460 aHD->i_getLocationFull().c_str());
3493 aHD->i_getLocationFull().c_str());
H A DHostImpl.cpp1833 const Utf8Str strLocationCached = pCached->i_getLocationFull();
1840 const Utf8Str strLocationNew = pNew->i_getLocationFull();
1859 const Utf8Str strLocationNew = pNew->i_getLocationFull();
1866 const Utf8Str strLocationCached = pCached->i_getLocationFull();
1963 if (pThis->i_getLocationFull() == strLocationFull)
H A DMachineImpl.cpp3787 pMedium->i_getLocationFull().c_str(),
3812 medium->i_getLocationFull().c_str());
3840 medium->i_getLocationFull().c_str());
4161 diff->i_getLocationFull().c_str());
5256 Utf8Str strLocation = pMedium->i_getLocationFull();
9262 medium->i_getLocationFull().c_str(),
9270 medium->i_getLocationFull().c_str(),
9282 medium->i_getLocationFull().c_str(),
9290 medium->i_getLocationFull().c_str(),
9302 medium->i_getLocationFull()
[all...]
H A DVirtualBoxImpl.cpp3372 Utf8Str strLocationFull = pHD->i_getLocationFull();
3453 const Utf8Str &strLocationFull = pMedium->i_getLocationFull();
3776 Utf8Str strLocFound = pMediumFound->i_getLocationFull();
4264 strLocationFull = pMedium->i_getLocationFull();
/vbox/src/VBox/Main/include/
H A DMediumImpl.h106 const Utf8Str& i_getLocationFull() const;

Completed in 124 milliseconds