HomeSort by relevance Sort by last modified time
    Searched refs:SetEffectiveUserID (Results 1 - 9 of 9) sorted by null

  /external/lldb/source/Host/freebsd/
Host.cpp 265 process_info.SetEffectiveUserID (proc_kinfo.ki_uid);
277 process_info.SetEffectiveUserID (UINT32_MAX);
  /external/lldb/include/lldb/API/
SBTarget.h 205 SetEffectiveUserID (uint32_t uid);
  /external/lldb/source/Host/linux/
Host.cpp 199 process_info.SetEffectiveUserID (eUid);
  /external/lldb/scripts/Python/interface/
SBTarget.i 177 SetEffectiveUserID (uint32_t uid);
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 655 match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationServer.cpp 390 match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success));
GDBRemoteCommunicationClient.cpp     [all...]
  /external/lldb/source/API/
SBTarget.cpp 453 SBAttachInfo::SetEffectiveUserID (uint32_t uid)
455 m_opaque_sp->SetEffectiveUserID(uid);
    [all...]
  /external/lldb/include/lldb/Target/
Process.h 385 SetEffectiveUserID (uint32_t uid)
    [all...]

Completed in 205 milliseconds