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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp4111 Utf8Str strFullSnapshotFolder; local
4112 i_calculateFullPath(mUserData->s.strSnapshotFolder, strFullSnapshotFolder);
4135 strFullSnapshotFolder.append(RTPATH_SLASH_STR),
5366 Utf8Str strFullSnapshotFolder; local
5367 i_calculateFullPath(mUserData->s.strSnapshotFolder, strFullSnapshotFolder);
5368 Assert(!strFullSnapshotFolder.isEmpty());
5369 if (RTDirExists(strFullSnapshotFolder.c_str()))
5370 RTDirRemove(strFullSnapshotFolder.c_str());
7330 * Utf8StrFmt("%s%c{%RTuuid}.sav", strFullSnapshotFolder.c_str(), RTPATH_DELIMITER, mData->mUuid.raw())
10748 Utf8Str strFullSnapshotFolder; local
[all...]

Completed in 82 milliseconds