Home | History | Annotate | Download | only in shims

Lines Matching refs:environment

27 #include "shill/shims/environment.h"
30 using shill::shims::Environment;
39 Environment* environment = Environment::GetInstance();
41 if (!environment->GetVariable(shill::kRPCTaskServiceVariable, &service) ||
42 !environment->GetVariable(shill::kRPCTaskPathVariable, &path) ||
43 !environment->GetVariable("script_type", &reason)) {
44 LOG(ERROR) << "Environment variables not available.";
55 map<string, string> env = environment->AsMap();