Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 26) sorted by relevance

12

/system/connectivity/shill/shims/
Dopenvpn_script.cc39 Environment* environment = Environment::GetInstance(); in main() local
41 if (!environment->GetVariable(shill::kRPCTaskServiceVariable, &service) || in main()
42 !environment->GetVariable(shill::kRPCTaskPathVariable, &path) || in main()
43 !environment->GetVariable("script_type", &reason)) { in main()
55 map<string, string> env = environment->AsMap(); in main()
Dppp.cc153 Environment* environment = Environment::GetInstance(); in CreateProxy() local
155 if (!environment->GetVariable(kRPCTaskServiceVariable, &service) || in CreateProxy()
156 !environment->GetVariable(kRPCTaskPathVariable, &path)) { in CreateProxy()
/system/connectivity/shill/
Dexternal_task.cc57 const map<string, string>& environment, in Start() argument
66 env.insert(environment.begin(), environment.end()); in Start()
Dppp_daemon.cc92 std::map<std::string, std::string> environment; in Start() local
93 if (task->Start(base::FilePath(kDaemonPath), arguments, environment, true, in Start()
Dmock_external_task.h41 const std::map<std::string, std::string>& environment,
Dexternal_task.h84 const std::map<std::string, std::string>& environment,
Dprocess_manager.h65 const std::map<std::string, std::string>& environment,
Dprocess_manager.cc93 const map<string, string>& environment, in StartProcess() argument
106 base::Bind(&SetupChild, environment, terminate_with_parent)); in StartProcess()
Dshill.gyp612 'shims/environment.cc',
647 'shims/environment.cc',
884 'shims/environment.cc',
/system/extras/simpleperf/
Denvironment_test.cpp25 TEST(environment, GetCpusFromString) { in TEST() argument
49 TEST(environment, ProcessKernelSymbols) { in TEST() argument
DAndroid.mk94 environment.cpp \
/system/core/rootdir/
Dinit.environ.rc.in1 # set up the global environment
/system/sepolicy/
Dtee.te2 # trusted execution environment (tee) daemon
Dadbd.te12 # Do not sanitize the environment or open fds of the shell. Allow signaling
DREADME87 and tags start with @. The option arguments can also use environment variables
/system/connectivity/shill/vpn/
Dopenvpn_driver.cc1022 map<string, string> environment; in GetEnvironment() local
1027 return environment; in GetEnvironment()
1039 environment[kOpenVPNEnvVarPlatformName] = value; in GetEnvironment()
1041 environment[kOpenVPNEnvVarPlatformVersion] = value; in GetEnvironment()
1045 return environment; in GetEnvironment()
Dl2tp_ipsec_driver.cc235 map<string, string> environment; // No env vars passed. in SpawnL2TPIPSecVPN() local
243 FilePath(kL2TPIPSecVPNPath), options, environment, true, error)) { in SpawnL2TPIPSecVPN()
/system/core/init/
Dreadme.txt127 Set the environment variable <name> to <value> in the launched process.
264 Set the environment variable <name> equal to <value> in the
265 global environment (which will be inherited by all processes
/system/bt/build/secondary/third_party/libchrome/
DBUILD.gn39 "base/environment.cc",
/system/core/adb/
Dprotocol.txt18 that if it needs to be reimplemented in another environment (Java
/system/media/audio_utils/
DDoxyfile.orig1144 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
2067 # standard location or by setting the DOTFONTPATH environment variable or by
DDoxyfile1144 # environment (see: http://developer.apple.com/tools/xcode/), introduced with
2067 # standard location or by setting the DOTFONTPATH environment variable or by
/system/tpm/trunks/generator/
Draw_structures.txt16054 This structure provides information relating to the creation environment for the object. The creati…
16056 represent the environment in which the object was created. Creation data allows a relying party to
Draw_structures_fixed.txt16045 This structure provides information relating to the creation environment for the object. The creati…
16047 represent the environment in which the object was created. Creation data allows a relying party to
Draw_commands.txt2142 // Initialize NV environment

12