Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp107 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid() function in SBProcessInfo
H A DSBAttachInfo.cpp165 bool SBAttachInfo::UserIDIsValid() { in UserIDIsValid() function in SBAttachInfo
H A DSBLaunchInfo.cpp91 bool SBLaunchInfo::UserIDIsValid() { in UserIDIsValid() function in SBLaunchInfo
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h52 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function