Searched refs:fixedPath (Results 1 – 1 of 1) sorted by relevance
150 std::string fixedPath = std::string(path); in canonicalizePath() local151 std::replace(fixedPath.begin(), fixedPath.end(), sep, '/'); in canonicalizePath()152 return fixedPath; in canonicalizePath()