Searched defs:UserIDIsValid (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBProcessInfo.cpp | 106 bool SBProcessInfo::UserIDIsValid() { in UserIDIsValid() function in SBProcessInfo |
H A D | SBAttachInfo.cpp | 167 bool SBAttachInfo::UserIDIsValid() { in UserIDIsValid() function in SBAttachInfo |
H A D | SBLaunchInfo.cpp | 93 bool SBLaunchInfo::UserIDIsValid() { in UserIDIsValid() function in SBLaunchInfo |
/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | ProcessInfo.h | 54 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid() function |