Home
last modified time | relevance | path

Searched defs:envVar (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/
Dinterop_test_helper.cpp88 auto envVar = std::getenv(nameStr.c_str()); in GetEnvironmentVarImpl() local
129 char *envVar = std::getenv(CONCATENATED_ARGV_ENV_VAR); in GetArgv() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
DProcess.cpp386 auto envVar = ark::os::system_environment::GetEnvironmentVar(str.c_str()); in PManagerGetEnvironmentVar() local