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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp1917 * @param pszCoreFilePath Path to the core file. If NULL is passed, the global
1923 static int rtCoreDumperCreateCore(PRTSOLCORE pSolCore, ucontext_t *pContext, const char *pszCoreFilePath) argument
1950 if (!pszCoreFilePath)
1968 RTStrCopy(pSolCore->szCorePath, sizeof(pSolCore->szCorePath), pszCoreFilePath);

Completed in 75 milliseconds