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

/vbox/src/VBox/Main/src-server/
H A DApplianceImplExport.cpp919 const Utf8Str &strSrcFilePath = pDiskEntry->strVBoxCurrent; local
920 Bstr bstrSrcFilePath(strSrcFilePath);
923 if (strSrcFilePath.isEmpty() ||
2130 const Utf8Str &strSrcFilePath = pDiskEntry->strVBoxCurrent; local
2133 if (strSrcFilePath.isEmpty() ||
2144 Log(("Finding source disk \"%s\"\n", strSrcFilePath.c_str()));
2148 rc = mVirtualBox->i_findHardDiskByLocation(strSrcFilePath, true, &pSourceDisk);
2155 strSrcFilePath,
2228 strSrcFilePath.c_str(),
2236 strSrcFilePath
[all...]

Completed in 51 milliseconds