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

/external/lldb/source/Commands/
H A DCommandCompletions.cpp562 const char *cur_dir_name = context.comp_unit->GetDirectory().GetCString(); local
569 if (match && m_dir_name && cur_dir_name
570 && strstr (cur_dir_name, m_dir_name) != cur_dir_name)
730 const char *cur_dir_name = context.module_sp->GetFileSpec().GetDirectory().GetCString(); local
737 if (match && m_dir_name && cur_dir_name
738 && strstr (cur_dir_name, m_dir_name) != cur_dir_name)

Completed in 175 milliseconds