HomeSort by relevance Sort by last modified time
    Searched refs:SetCachedUserName (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 263 return SetCachedUserName(uid, name.c_str(), name.size());
  /external/lldb/include/lldb/Target/
Platform.h 590 SetCachedUserName (uint32_t uid, const char *name, size_t name_len)
  /external/lldb/source/Target/
Platform.cpp 422 return SetCachedUserName (uid, name.c_str(), name.size());

Completed in 223 milliseconds