Home
last modified time | relevance | path

Searched refs:GetEffectiveUserID (Results 1 – 11 of 11) sorted by relevance

/external/lldb/include/lldb/Host/
DHost.h141 GetEffectiveUserID ();
/external/lldb/include/lldb/API/
DSBTarget.h193 GetEffectiveUserID();
/external/lldb/source/API/
DSBTarget.cpp429 SBAttachInfo::GetEffectiveUserID() in GetEffectiveUserID() function in SBAttachInfo
431 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
899 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
1023 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/external/lldb/scripts/Python/interface/
DSBTarget.i165 GetEffectiveUserID();
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp288 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse()
DGDBRemoteCommunicationClient.cpp1960 packet.Printf("euid:%u;",match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/external/lldb/source/Host/common/
DHost.cpp1266 Host::GetEffectiveUserID () in GetEffectiveUserID() function in Host
/external/lldb/include/lldb/Target/
DProcess.h361 GetEffectiveUserID() const in GetEffectiveUserID() function
/external/lldb/source/Target/
DProcess.cpp885 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in Matches()
/external/lldb/source/Host/macosx/
DHost.mm1449 if ((requested_uid == UINT32_MAX) || (requested_uid == Host::GetEffectiveUserID()))
/external/lldb/www/python_reference/
Dapi-objects.txt2353 lldb.SBAttachInfo.GetEffectiveUserID lldb.SBAttachInfo-class.html#GetEffectiveUserID