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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7208 const char *pszDumpDir = strDumpDir.c_str(); local
7209 if ( pszDumpDir
7210 && *pszDumpDir == '\0')
7211 pszDumpDir = NULL;
7214 if ( pszDumpDir
7215 && !RTDirExists(pszDumpDir))
7220 vrc = RTDirCreateFullPath(pszDumpDir, 0700);
7223 pszDumpDir, vrc);
7226 vrc = RTCoreDumperSetup(pszDumpDir, fCoreFlags);
7230 LogRel(("CoreDumper setup successful. pszDumpDir
[all...]

Completed in 55 milliseconds