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

/vbox/src/VBox/Runtime/generic/
H A DRTEnvDupEx-generic.cpp81 RT_EXPORT_SYMBOL(RTEnvGetExecEnvP); variable
H A Denv-generic.cpp101 * This get (re-)constructed when RTEnvGetExecEnvP method is called. */
670 RTDECL(char const * const *) RTEnvGetExecEnvP(RTENV Env) function
731 RT_EXPORT_SYMBOL(RTEnvGetExecEnvP); variable
840 RT_EXPORT_SYMBOL(RTEnvGetExecEnvP); variable
/vbox/include/iprt/
H A Denv.h95 RTDECL(char const * const *) RTEnvGetExecEnvP(RTENV Env);
H A Dmangling.h525 # define RTEnvGetExecEnvP RT_MANGLER(RTEnvGetExecEnvP) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstEnv.cpp223 const char * const *papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);
225 papsz = RTEnvGetExecEnvP(RTENV_DEFAULT);
228 papsz = RTEnvGetExecEnvP(Env);
230 papsz = RTEnvGetExecEnvP(Env);
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp309 const char * const *papszEnv = RTEnvGetExecEnvP(hEnv);

Completed in 87 milliseconds