Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DProcessInfo.cpp274 bool ProcessInstanceInfoMatch::UserIDsMatch( in UserIDsMatch() function in ProcessInstanceInfoMatch
296 ProcessIDsMatch(proc_info) && UserIDsMatch(proc_info) && in Matches()
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h205 bool UserIDsMatch(const ProcessInstanceInfo &proc_info) const;
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm650 if (!match_info.UserIDsMatch(process_info) ||