Home
last modified time | relevance | path

Searched refs:rest_of_path (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/notification/
Dxml_node.cc66 const std::string& rest_of_path = parts.second; in FindChildHelper() local
70 if (rest_of_path.empty()) { in FindChildHelper()
73 found_node = child->FindChildHelper(rest_of_path, false, children); in FindChildHelper()
/external/chromium-trace/catapult/third_party/Paste/paste/
Durlparser.py164 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