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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp1159 Utf8Str strSrcTest = bstrSrcName; local
1162 strSrcTest = mt.strBaseName;
1163 strSrcTest.stripSuffix();
1170 if (strSrcTest == strOldVMName)
1173 else if ( strSrcTest.startsWith("{")
1174 && strSrcTest.endsWith("}"))
1176 strSrcTest = strSrcTest.substr(1, strSrcTest.length() - 2);
1178 Guid temp_guid(strSrcTest);
[all...]

Completed in 47 milliseconds