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

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp423 static char sEnvString[MAXPATHLEN*10]; variable
440 /* sEnvString is part of the environment because of putenv().
461 if (sprintf(sEnvString,
465 PR_SetEnv(sEnvString);

Completed in 42 milliseconds