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

/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp2203 const char *pszDumpPath = paArgs[0].u.pszString; local
2204 if (!pszDumpPath)
2207 int rc = DBGFR3CoreWrite(pUVM, pszDumpPath, true /*fReplaceFile*/);

Completed in 51 milliseconds