Lines Matching refs:ConstString
33 ConstString NormalizePath(ConstString path) { in NormalizePath()
36 return ConstString(FileSpec(path.GetStringRef()).GetPath()); in NormalizePath()
62 void PathMappingList::Append(ConstString path, in Append()
63 ConstString replacement, bool notify) { in Append()
81 void PathMappingList::Insert(ConstString path, in Insert()
82 ConstString replacement, uint32_t index, in Insert()
96 bool PathMappingList::Replace(ConstString path, in Replace()
97 ConstString replacement, uint32_t index, in Replace()
146 bool PathMappingList::RemapPath(ConstString path, in RemapPath()
147 ConstString &new_path) const { in RemapPath()
227 bool PathMappingList::Replace(ConstString path, in Replace()
228 ConstString new_path, bool notify) { in Replace()
240 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
253 PathMappingList::FindIteratorForPath(ConstString path) const { in FindIteratorForPath()
266 PathMappingList::FindIteratorForPath(ConstString path) { in FindIteratorForPath()
278 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
279 ConstString &new_path) const { in GetPathsAtIndex()
288 uint32_t PathMappingList::FindIndexForPath(ConstString orig_path) const { in FindIndexForPath()
289 const ConstString path = NormalizePath(orig_path); in FindIndexForPath()