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

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c1162 static size_t g_cVBoxMdFilePrefixLen = 0; variable
1233 memcpy(aszwMdFileName, g_aszwVBoxMdFilePrefix, g_cVBoxMdFilePrefixLen * sizeof (g_aszwVBoxMdFilePrefix[0]));
1234 swprintf(aszwMdFileName + g_cVBoxMdFilePrefixLen, RT_ELEMENTS(aszwMdFileName) - g_cVBoxMdFilePrefixLen, L"%d_%d.dmp", ProcessId, g_aszwVBoxMdDumpCount);
1376 g_cVBoxMdFilePrefixLen = strlen(env);
1378 if (RT_ELEMENTS(g_aszwVBoxMdFilePrefix) <= g_cVBoxMdFilePrefixLen + 26 + (sizeof (VBOXMD_DUMP_NAME_PREFIX_W) - sizeof (WCHAR)) / sizeof (WCHAR))
1380 g_cVBoxMdFilePrefixLen = 0;
1384 mbstowcs_s(&cChars, g_aszwVBoxMdFilePrefix, g_cVBoxMdFilePrefixLen + 1, env, _TRUNCATE);
1386 Assert(cChars == g_cVBoxMdFilePrefixLen + 1);
1388 g_cVBoxMdFilePrefixLen
[all...]

Completed in 1158 milliseconds