Home
last modified time | relevance | path

Searched defs:GetEnvironmentVar (Results 1 – 2 of 2) 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