Home
last modified time | relevance | path

Searched defs:GetEnvironment (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/lldb/unittests/Host/
DHostTest.cpp23 TEST(Host, GetEnvironment) { in TEST() argument
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h87 Environment &GetEnvironment() { return m_environment; } in GetEnvironment() function
88 const Environment &GetEnvironment() const { return m_environment; } in GetEnvironment() function
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm407 Environment Host::GetEnvironment() { return Environment(*_NSGetEnviron()); } function
/external/llvm-project/lldb/source/Host/openbsd/
DHost.cpp44 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
/external/llvm-project/lldb/source/Host/netbsd/
DHostNetBSD.cpp48 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/external/llvm-project/lldb/source/Host/freebsd/
DHost.cpp244 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/external/llvm-project/lldb/source/Host/windows/
DHost.cpp283 Environment Host::GetEnvironment() { in GetEnvironment() function in Host
/external/llvm-project/lldb/source/API/
DSBLaunchInfo.cpp201 SBEnvironment SBLaunchInfo::GetEnvironment() { in GetEnvironment() function in SBLaunchInfo
DSBPlatform.cpp694 SBEnvironment SBPlatform::GetEnvironment() { in GetEnvironment() function in SBPlatform
DSBTarget.cpp2400 SBEnvironment SBTarget::GetEnvironment() { in GetEnvironment() function in SBTarget
/external/llvm-project/lldb/source/Host/linux/
DHost.cpp306 Environment Host::GetEnvironment() { return Environment(environ); } in GetEnvironment() function in Host
/external/llvm-project/lldb/source/Target/
DRemoteAwarePlatform.cpp371 Environment RemoteAwarePlatform::GetEnvironment() { in GetEnvironment() function in RemoteAwarePlatform
DPlatform.cpp1507 Environment Platform::GetEnvironment() { return Environment(); } in GetEnvironment() function in Platform
DTarget.cpp3905 Environment TargetProperties::GetEnvironment() const { in GetEnvironment() function in TargetProperties
/external/libchrome/base/process/
Dlaunch_posix.cc90 char** GetEnvironment() { in GetEnvironment() function