Searched refs:rest_of_path (Results 1 – 2 of 2) sorted by relevance
66 const std::string& rest_of_path = parts.second; in FindChildHelper() local70 if (rest_of_path.empty()) { in FindChildHelper()73 found_node = child->FindChildHelper(rest_of_path, false, children); in FindChildHelper()
164 name, rest_of_path = request.path_info_split(environ['PATH_INFO'])195 name, rest_of_path = request.path_info_split(environ['PATH_INFO'])196 environ['PATH_INFO'] = rest_of_path