Searched refs:GetEnvironment (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/content/public/common/
H A Dsandboxed_process_launcher_delegate.cc23 base::EnvironmentMap SandboxedProcessLauncherDelegate::GetEnvironment() {
H A Dsandboxed_process_launcher_delegate.h64 virtual base::EnvironmentMap GetEnvironment();
/external/chromium_org/cloud_print/service/win/
H A Dservice_listener.cc22 std::string GetEnvironment(const base::FilePath& user_data_dir) { function in namespace:__anon6260
79 message->WriteString(GetEnvironment(user_data_dir_));
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.h112 GetEnvironment (lldb_private::StringList &environment);
H A DPlatformDarwin.cpp1067 PlatformDarwin::GetEnvironment (StringList &env) function in class:PlatformDarwin
1072 return m_remote_platform_sp->GetEnvironment(env);
1075 return Host::GetEnvironment(env);
/external/lldb/include/lldb/Host/
H A DHost.h477 GetEnvironment (StringList &env);
/external/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py48 def GetEnvironment(host_obj, testing, extra_env_vars=None): function
304 env = GetEnvironment(bot_config.host_obj, options.testing)
/external/chromium_org/base/process/
H A Dlaunch_posix.cc67 char** GetEnvironment() { function in namespace:base::__anon2420
296 char* const* old_environ = GetEnvironment();
/external/chromium_org/content/browser/
H A Dchild_process_launcher.cc182 base::EnvironmentMap env = delegate->GetEnvironment();
186 base::EnvironmentMap env = delegate->GetEnvironment();
H A Dutility_process_host_impl.cc65 virtual base::EnvironmentMap GetEnvironment() OVERRIDE {
/external/lldb/source/Host/freebsd/
H A DHost.cpp119 Host::GetEnvironment (StringList &env) function in class:Host
/external/lldb/include/lldb/Target/
H A DPlatform.h546 GetEnvironment (StringList &environment);
/external/lldb/source/Host/linux/
H A DHost.cpp486 Host::GetEnvironment (StringList &env) function in class:Host
/external/lldb/source/Target/
H A DPlatform.cpp774 Platform::GetEnvironment (StringList &environment) function in class:Platform
H A DTarget.cpp2456 if (platform_sp->GetEnvironment(env))
/external/lldb/source/Host/common/
H A DHost.cpp543 Host::GetEnvironment (StringList &env) function in class:Host

Completed in 5698 milliseconds