Searched refs:GetAllInfosMatchingName (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNB.cpp45 static size_t GetAllInfosMatchingName (const char *process_name, std::vector<struct kinfo_proc>& matching_proc_infos);
291 size_t num_matching_proc_infos = GetAllInfosMatchingName(name, matching_proc_infos);
436 GetAllInfosMatchingName(const char *full_process_name, std::vector<struct kinfo_proc>& matching_proc_infos) function
548 num_exclude_proc_infos = GetAllInfosMatchingName (waitfor_process_name, exclude_proc_infos);
579 const size_t num_proc_infos = GetAllInfosMatchingName (waitfor_process_name, proc_infos);

Completed in 1107 milliseconds