Searched refs:NormalizePath (Results 1 – 3 of 3) sorted by relevance
33 ConstString NormalizePath(ConstString path) { in NormalizePath() function65 m_pairs.emplace_back(pair(NormalizePath(path), NormalizePath(replacement))); in Append()90 m_pairs.emplace(insert_iter, pair(NormalizePath(path), in Insert()91 NormalizePath(replacement))); in Insert()102 m_pairs[index] = pair(NormalizePath(path), NormalizePath(replacement)); in Replace()289 const ConstString path = NormalizePath(orig_path); in FindIndexForPath()
23 void TraceSessionFileParser::NormalizePath(lldb_private::FileSpec &file_spec) { in NormalizePath() function in TraceSessionFileParser31 NormalizePath(system_file_spec); in ParseModule()35 NormalizePath(local_file_spec); in ParseModule()105 NormalizePath(trace_file); in ParseThread()
104 void NormalizePath(lldb_private::FileSpec &file_spec);