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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.h131 char szCorePath[PATH_MAX]; /* Path of the core file */ member in struct:VBOXCORE
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.h143 char szCorePath[PATH_MAX]; /**< Path of the core file */ member in struct:RTSOLCORE
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp2344 char szCorePath[RTPATH_MAX]; local
2345 RTStrCopy(szCorePath, sizeof(szCorePath), pThis->szGuestCoreDumpDir);
2346 RTPathAppend(szCorePath, sizeof(szCorePath), "VBox.core");
2356 RTStrCopy(szFilePathOld, sizeof(szFilePathOld), szCorePath);
2358 RTStrPrintf(szFilePathOld, sizeof(szFilePathOld), "%s.%lld", szCorePath, i);
2361 RTStrPrintf(szFilePathNew, sizeof(szFilePathNew), "%s.%lld", szCorePath, i + 1);
2371 return DBGFR3CoreWrite(pUVM, szCorePath, true /*fReplaceFile*/);

Completed in 41 milliseconds