Home
last modified time | relevance | path

Searched defs:UserIDIsValid (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp106 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid() function in SBProcessInfo
H A DSBAttachInfo.cpp167 bool SBAttachInfo::UserIDIsValid() { in UserIDIsValid() function in SBAttachInfo
H A DSBLaunchInfo.cpp93 bool SBLaunchInfo::UserIDIsValid() { in UserIDIsValid() function in SBLaunchInfo
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h54 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function