Searched defs:GetEnvironmentVar (Results 1 – 3 of 3) sorted by relevance
35 std::string GetEnvironmentVar([[maybe_unused]] const std::string &name) in GetEnvironmentVar() function40 std::string GetEnvironmentVar([[maybe_unused]] const char *name) in GetEnvironmentVar() function
51 std::string GetEnvironmentVar(const std::string &name) in GetEnvironmentVar() function56 std::string GetEnvironmentVar(const char *name) in GetEnvironmentVar() function
115 static napi_value GetEnvironmentVar(napi_env env, napi_callback_info info) in GetEnvironmentVar() function