Home
last modified time | relevance | path

Searched refs:RemapPath (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
DPathMappingList.h97 RemapPath (const ConstString &path, ConstString &new_path) const;
117 RemapPath (const char *path, std::string &new_path) const;
/external/lldb/source/Target/
DPathMappingList.cpp181 PathMappingList::RemapPath (const ConstString &path, ConstString &new_path) const in RemapPath() function in PathMappingList
205 PathMappingList::RemapPath (const char *path, std::string &new_path) const in RemapPath() function in PathMappingList
DTarget.cpp1560 …if (m_image_search_paths.RemapPath (module_spec.GetFileSpec().GetDirectory(), transformed_spec.Get… in GetSharedModule()
/external/lldb/source/Core/
DModule.cpp1486 return m_source_mappings.RemapPath(path, new_path); in RemapSourceFile()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp1309 if (target->GetImageSearchPathList().RemapPath(orig, transformed)) in DoExecute()