Searched refs:replace_path (Results 1 – 1 of 1) sorted by relevance
245 fn replace_path(s: &str, replacement_map: &[(&str, &str)]) -> String { in replace_path() function280 s = replace_path(&s, replacement_map); in replace()