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

/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp2079 * @param pszOutputFile Path of the core file. If NULL is passed, the
2084 static int rtCoreDumperTakeDump(ucontext_t *pContext, const char *pszOutputFile) argument
2099 int rc = rtCoreDumperCreateCore(&SolCore, pContext, pszOutputFile);
2215 RTDECL(int) RTCoreDumperTakeDump(const char *pszOutputFile, bool fLiveCore) argument
2231 rc = rtCoreDumperTakeDump(&Context, pszOutputFile);

Completed in 49 milliseconds