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

/vbox/include/iprt/
H A Denv.h209 RTDECL(int) RTEnvSetUtf8(const char *pszVar, const char *pszValue);
H A Dmangling.h533 # define RTEnvSetUtf8 RT_MANGLER(RTEnvSetUtf8) macro
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp167 RTDECL(int) RTEnvSetUtf8(const char *pszVar, const char *pszValue) function
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp368 rc = RTEnvSetUtf8(pszVar, pszValue);

Completed in 78 milliseconds