Searched refs:environment (Results 1 - 14 of 14) sorted by relevance
/system/connectivity/shill/shims/ |
H A D | openvpn_script.cc | 27 #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 D | ppp.cc | 51 #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 D | external_task.cc | 57 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 D | mock_external_task.h | 41 const std::map<std::string, std::string>& environment,
|
H A D | ppp_daemon.cc | 92 std::map<std::string, std::string> environment; local 93 if (task->Start(base::FilePath(kDaemonPath), arguments, environment, true,
|
H A D | external_task.h | 69 // 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 D | process_manager.h | 65 const std::map<std::string, std::string>& environment, 70 // - environment variables are not supported (no need yet)
|
H A D | process_manager.cc | 50 // 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 D | environment_test.cpp | 23 #include "environment.h" 25 TEST(environment, GetCpusFromString) { 49 TEST(environment, ProcessKernelSymbols) {
|
H A D | Android.mk | 94 environment.cpp \
|
/system/extras/tests/sdcard/ |
H A D | Android.mk | 16 # define the BIONIC_TESTS environment variable to build the test programs
|
/system/connectivity/shill/vpn/ |
H A D | openvpn_driver.cc | 1022 map<string, string> environment; local 1027 return environment; 1039 environment[kOpenVPNEnvVarPlatformName] = value; 1041 environment[kOpenVPNEnvVarPlatformVersion] = value; 1045 return environment;
|
H A D | l2tp_ipsec_driver.cc | 235 map<string, string> environment; // No env vars passed. local 243 FilePath(kL2TPIPSecVPNPath), options, environment, true, error)) {
|
/system/keymaster/ |
H A D | Android.mk | 45 # class to provide environment-specific services and a wrapper to translate from
|
Completed in 1228 milliseconds