Home
last modified time | relevance | path

Searched refs:UserIDsMatch (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp273 bool ProcessInstanceInfoMatch::UserIDsMatch( in UserIDsMatch() function in ProcessInstanceInfoMatch
295 ProcessIDsMatch(proc_info) && UserIDsMatch(proc_info) && in Matches()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h200 bool UserIDsMatch(const ProcessInstanceInfo &proc_info) const;
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm679 if (!match_info.UserIDsMatch(process_info) ||