Home
last modified time | relevance | path

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

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