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

/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1294 char *pszSnapshot; local
1295 int vrc = STAMR3Snapshot(ptrVM.rawUVM(), aPattern.c_str(), &pszSnapshot, NULL,
1304 aStats = Utf8Str(pszSnapshot);
1305 STAMR3SnapshotFree(ptrVM.rawUVM(), pszSnapshot);

Completed in 86 milliseconds