Home
last modified time | relevance | path

Searched refs:GetCachedUserName (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
DPlatform.h574 GetCachedUserName (uint32_t uid) in GetCachedUserName() function
/external/lldb/source/Target/
DPlatform.cpp415 const char *user_name = GetCachedUserName(uid); in GetUserName()