Home
last modified time | relevance | path

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

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