Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h950 const char *GetCachedUserName(uint32_t uid) { in GetCachedUserName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp839 const char *user_name = GetCachedUserName(uid); in GetUserName()