Home
last modified time | relevance | path

Searched refs:wenvironment (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/process/test/
Denvironment.cpp54 bp::wenvironment ev ;
96 bp::wenvironment wenv{env};
97 auto wnat = boost::this_process::wenvironment();
123 auto nat = boost::this_process::wenvironment();
124 bp::wenvironment env = nat;
/third_party/python/Modules/
D_winapi.c1083 wchar_t *wenvironment = NULL; in _winapi_CreateProcess_impl() local
1113 wenvironment = getenvironment(env_mapping); in _winapi_CreateProcess_impl()
1114 if (wenvironment == NULL) { in _winapi_CreateProcess_impl()
1145 wenvironment, in _winapi_CreateProcess_impl()
1164 PyMem_Free(wenvironment); in _winapi_CreateProcess_impl()
/third_party/boost/boost/process/
Denvironment.hpp646 typedef basic_environment<wchar_t> wenvironment; typedef
673 inline wnative_environment wenvironment() { return ::boost::process::wnative_environment(); } in wenvironment() function
/third_party/libuv/test/
Dtest-spawn.c1249 WCHAR* wenvironment[] = { in TEST_IMPL() local
1278 int found_in_loc_env[ARRAY_SIZE(wenvironment)] = {0}; in TEST_IMPL()
1314 for (i = 0; i < ARRAY_SIZE(wenvironment) && !found; i++) { in TEST_IMPL()
1315 if (!wcscmp(str, wenvironment[i])) { in TEST_IMPL()
1337 for (i = 0; i < ARRAY_SIZE(wenvironment); i++) { in TEST_IMPL()