Searched refs:patchedPath (Results 1 – 1 of 1) sorted by relevance
470 return nodes_[patchedPath]; in GetNodeRecursive()481 ix = patchedPath.find('/', ix); in GetNodeRecursive()853 BASE_NS::string patchedPath; in NormalizePath() local855 patchedPath = path; in NormalizePath()856 patchedPath.insert(0, "/"); in NormalizePath()861 patchedPath.append("/"); in NormalizePath()864 patchedPath.append("/"); in NormalizePath()868 patchedPath = path; in NormalizePath()870 patchedPath = "/" + patchedPath; in NormalizePath()874 return patchedPath; in NormalizePath()[all …]