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

/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 48 milliseconds