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

/vbox/src/VBox/Runtime/r3/posix/
H A Denv-posix.cpp49 RTDECL(bool) RTEnvExistsBad(const char *pszVar) function
57 return RTEnvExistsBad(pszVar);
/vbox/include/iprt/
H A Denv.h125 RTDECL(bool) RTEnvExistsBad(const char *pszVar);
H A Dmangling.h516 # define RTEnvExistsBad RT_MANGLER(RTEnvExistsBad) macro
/vbox/src/VBox/Runtime/r3/win/
H A Denv-win.cpp42 RTDECL(bool) RTEnvExistsBad(const char *pszVar) function
50 return RTEnvExistsBad(pszVar);

Completed in 78 milliseconds