HomeSort by relevance Sort by last modified time
    Searched refs:m_match_info (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
Process.cpp 855 const char *match_name = m_match_info.GetName();
868 if (m_match_info.ProcessIDIsValid() &&
869 m_match_info.GetProcessID() != proc_info.GetProcessID())
872 if (m_match_info.ParentProcessIDIsValid() &&
873 m_match_info.GetParentProcessID() != proc_info.GetParentProcessID())
876 if (m_match_info.UserIDIsValid () &&
877 m_match_info.GetUserID() != proc_info.GetUserID())
880 if (m_match_info.GroupIDIsValid () &&
881 m_match_info.GetGroupID() != proc_info.GetGroupID())
884 if (m_match_info.EffectiveUserIDIsValid () &&
    [all...]
  /external/lldb/include/lldb/Target/
Process.h 1002 m_match_info (),
1010 m_match_info (),
1014 m_match_info.GetExecutableFile().SetFile(process_name, false);
1020 return m_match_info;
1026 return m_match_info;
1065 ProcessInstanceInfo m_match_info; member in class:lldb_private::ProcessInstanceInfoMatch
    [all...]

Completed in 34 milliseconds