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

/vbox/include/iprt/
H A Dcoredumper.h73 * @param pszOutputDir The directory to store the cores in. If NULL
80 RTDECL(int) RTCoreDumperSetup(const char *pszOutputDir, uint32_t fFlags);
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp2257 RTDECL(int) RTCoreDumperSetup(const char *pszOutputDir, uint32_t fFlags) argument
2272 if (pszOutputDir)
2274 if (!RTDirExists(pszOutputDir))
2276 RTStrCopy(g_szCoreDumpDir, sizeof(g_szCoreDumpDir), pszOutputDir);

Completed in 47 milliseconds