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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp143 char *pszEnvValue = NULL; local
149 pszEnvValue = RTStrStrip(szEnvValue);
151 if (pszEnvValue && *pszEnvValue)
153 g_fPassthruUtf8 = rtPathConvInitIsUtf8(pszEnvValue);
156 strcpy(g_szFsCodeset, pszEnvValue);

Completed in 33 milliseconds