Searched refs:RemapPath (Results 1 – 5 of 5) sorted by relevance
97 RemapPath (const ConstString &path, ConstString &new_path) const;117 RemapPath (const char *path, std::string &new_path) const;
181 PathMappingList::RemapPath (const ConstString &path, ConstString &new_path) const in RemapPath() function in PathMappingList205 PathMappingList::RemapPath (const char *path, std::string &new_path) const in RemapPath() function in PathMappingList
1560 …if (m_image_search_paths.RemapPath (module_spec.GetFileSpec().GetDirectory(), transformed_spec.Get… in GetSharedModule()
1486 return m_source_mappings.RemapPath(path, new_path); in RemapSourceFile()
1309 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()