Home
last modified time | relevance | path

Searched defs:GetEnvironmentVar (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dsystem_environment.cpp35 std::string GetEnvironmentVar([[maybe_unused]] const std::string &name) in GetEnvironmentVar() function
40 std::string GetEnvironmentVar([[maybe_unused]] const char *name) in GetEnvironmentVar() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsystem_environment.cpp51 std::string GetEnvironmentVar(const std::string &name) in GetEnvironmentVar() function
56 std::string GetEnvironmentVar(const char *name) in GetEnvironmentVar() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/
Dinterop_test_helper.cpp115 static napi_value GetEnvironmentVar(napi_env env, napi_callback_info info) in GetEnvironmentVar() function