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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp1191 Bstr bstrSrcPath; local
1193 rc = pMedium->COMGETTER(Location)(bstrSrcPath.asOutParam());
1195 if ( !bstrSrcPath.isEmpty()
1196 && RTPathStartsWith(Utf8Str(bstrSrcPath).c_str(), Utf8Str(bstrSrcSnapshotFolder).c_str())

Completed in 48 milliseconds