Searched refs:environment (Results 1 - 14 of 14) sorted by relevance

/system/connectivity/shill/shims/
H A Dopenvpn_script.cc27 #include "shill/shims/environment.h"
39 Environment* environment = Environment::GetInstance(); local
41 if (!environment->GetVariable(shill::kRPCTaskServiceVariable, &service) ||
42 !environment->GetVariable(shill::kRPCTaskPathVariable, &path) ||
43 !environment->GetVariable("script_type", &reason)) {
55 map<string, string> env = environment->AsMap();
H A Dppp.cc51 #include "shill/shims/environment.h"
153 Environment* environment = Environment::GetInstance(); local
155 if (!environment->GetVariable(kRPCTaskServiceVariable, &service) ||
156 !environment->GetVariable(kRPCTaskPathVariable, &path)) {
/system/connectivity/shill/
H A Dexternal_task.cc57 const map<string, string>& environment,
63 // Setup full environment variables.
66 env.insert(environment.begin(), environment.end());
55 Start(const FilePath& program, const vector<string>& arguments, const map<string, string>& environment, bool terminate_with_parent, Error* error) argument
H A Dmock_external_task.h41 const std::map<std::string, std::string>& environment,
H A Dppp_daemon.cc92 std::map<std::string, std::string> environment; local
93 if (task->Start(base::FilePath(kDaemonPath), arguments, environment, true,
H A Dexternal_task.h69 // arguments |arguments|, and the environment variables specified in
70 // |environment|.
79 // |environment| SHOULD NOT contain kRPCTaskServiceVariable or
84 const std::map<std::string, std::string>& environment,
H A Dprocess_manager.h65 const std::map<std::string, std::string>& environment,
70 // - environment variables are not supported (no need yet)
H A Dprocess_manager.cc50 // Setup environment variables.
93 const map<string, string>& environment,
106 base::Bind(&SetupChild, environment, terminate_with_parent));
89 StartProcess( const tracked_objects::Location& spawn_source, const base::FilePath& program, const vector<string>& arguments, const map<string, string>& environment, bool terminate_with_parent, const base::Callback<void(int)>& exit_callback) argument
/system/extras/simpleperf/
H A Denvironment_test.cpp23 #include "environment.h"
25 TEST(environment, GetCpusFromString) {
49 TEST(environment, ProcessKernelSymbols) {
H A DAndroid.mk94 environment.cpp \
/system/extras/tests/sdcard/
H A DAndroid.mk16 # define the BIONIC_TESTS environment variable to build the test programs
/system/connectivity/shill/vpn/
H A Dopenvpn_driver.cc1022 map<string, string> environment; local
1027 return environment;
1039 environment[kOpenVPNEnvVarPlatformName] = value;
1041 environment[kOpenVPNEnvVarPlatformVersion] = value;
1045 return environment;
H A Dl2tp_ipsec_driver.cc235 map<string, string> environment; // No env vars passed. local
243 FilePath(kL2TPIPSecVPNPath), options, environment, true, error)) {
/system/keymaster/
H A DAndroid.mk45 # class to provide environment-specific services and a wrapper to translate from

Completed in 1228 milliseconds