Searched refs:g_szCoreDumpDir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp72 static char g_szCoreDumpDir[PATH_MAX] = { 0 }; variable
1955 if (g_szCoreDumpDir[0] == '\0')
1956 g_szCoreDumpDir[0] = '.';
1962 g_szCoreDumpDir, pSolProc->pszExecName, (int)pSolProc->Process);
1965 RTStrPrintf(pSolCore->szCorePath, sizeof(pSolCore->szCorePath), "%s/core.vb.%s", g_szCoreDumpDir, g_szCoreDumpFile);
2271 RT_ZERO(g_szCoreDumpDir);
2276 RTStrCopy(g_szCoreDumpDir, sizeof(g_szCoreDumpDir), pszOutputDir);
2329 RT_ZERO(g_szCoreDumpDir);

Completed in 36 milliseconds