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

/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp961 Utf8Str strTrgSnapshotFolder; local
1040 strTrgSnapshotFolder = Utf8StrFmt("%s%c%s", strTrgMachineFolder.c_str(), RTPATH_DELIMITER,
1090 rc = d->createDifferencingMedium(p, pLMedium, strTrgSnapshotFolder,
1198 strFile = Utf8StrFmt("%s%c%s", strTrgSnapshotFolder.c_str(), RTPATH_DELIMITER, strNewName.c_str());
1292 rc = d->createDifferencingMedium(p, pNewParent, strTrgSnapshotFolder,
1349 && !RTDirExists(strTrgSnapshotFolder.c_str()))
1351 int vrc = RTDirCreateFullPath(strTrgSnapshotFolder.c_str(), 0700);
1355 strTrgSnapshotFolder.c_str(), vrc);
1361 const Utf8Str &strTrgSaveState = Utf8StrFmt("%s%c%s", strTrgSnapshotFolder.c_str(), RTPATH_DELIMITER,
1449 if (!strTrgSnapshotFolder
[all...]

Completed in 47 milliseconds