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

/external/chromium_org/chromeos/login/auth/
H A Duser_context.h56 void SetUserID(const std::string& user_id);
H A Duser_context.cc110 void UserContext::SetUserID(const std::string& user_id) { function in class:chromeos::UserContext
/external/lldb/include/lldb/Symbol/
H A DClangExternalASTSourceCommon.h71 SetUserID (lldb::user_id_t user_id) function in class:lldb_private::ClangASTMetadata
/external/lldb/source/Host/freebsd/
H A DHost.cpp263 process_info.SetUserID (proc_kinfo.ki_ruid);
275 process_info.SetUserID (UINT32_MAX);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.cc161 context.SetUserID(DemoAppLauncher::kDemoUserName);
/external/lldb/include/lldb/API/
H A DSBTarget.h45 SetUserID (uint32_t uid);
187 SetUserID (uint32_t uid);
/external/lldb/scripts/Python/interface/
H A DSBTarget.i30 SetUserID (uint32_t uid);
159 SetUserID (uint32_t uid);
/external/lldb/source/API/
H A DSBTarget.cpp110 SBLaunchInfo::SetUserID (uint32_t uid) function in class:SBLaunchInfo
112 m_opaque_sp->SetUserID (uid);
417 SBAttachInfo::SetUserID (uint32_t uid) function in class:SBAttachInfo
419 m_opaque_sp->SetUserID (uid);
899 attach_info.SetUserID(instance_info.GetEffectiveUserID());
1023 attach_info.SetUserID(instance_info.GetEffectiveUserID());
/external/lldb/source/Host/linux/
H A DHost.cpp198 process_info.SetUserID (rUid);
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp649 match_info.GetProcessInfo().SetUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp382 match_info.GetProcessInfo().SetUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success));
H A DGDBRemoteCommunicationClient.cpp1740 process_info.SetUserID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0));
H A DProcessGDBRemote.cpp2574 debugserver_launch_info.SetUserID(process_info.GetUserID());
/external/lldb/include/lldb/Target/
H A DProcess.h219 SetUserID (uint32_t uid) function in class:lldb_private::ProcessInfo
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2094 metadata.SetUserID (MakeUserID(die->GetOffset()));
6128 metadata.SetUserID(MakeUserID(die->GetOffset()));
6725 metadata.SetUserID(MakeUserID(die->GetOffset()));
6807 metadata.SetUserID(MakeUserID(die->GetOffset()));
/external/lldb/source/Symbol/
H A DClangASTContext.cpp2194 meta_data.SetUserID (user_id);

Completed in 608 milliseconds