Searched refs:SetCachedUserName (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp263 return SetCachedUserName(uid, name.c_str(), name.size());
/external/lldb/include/lldb/Target/
H A DPlatform.h590 SetCachedUserName (uint32_t uid, const char *name, size_t name_len) function in class:lldb_private::Platform
/external/lldb/source/Target/
H A DPlatform.cpp422 return SetCachedUserName (uid, name.c_str(), name.size());

Completed in 92 milliseconds