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

/vbox/include/iprt/
H A Dcoredumper.h53 * @param pszOutputFile Name of the core file. If NULL use the
60 RTDECL(int) RTCoreDumperTakeDump(const char *pszOutputFile, bool fLiveCore);
/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 47 milliseconds