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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp1321 Utf8Str strFull; local
1331 strFull = strMachineFolder;
1332 strFull += RTPATH_SLASH;
1333 strFull += data.strLocation;
1338 rc = m->pVirtualBox->i_calculateFullPath(data.strLocation, strFull);
1343 strFull = data.strLocation;
1345 rc = i_setLocation(strFull);

Completed in 71 milliseconds