Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx1933 size_t slash3 = url_copy.find('/', slash2+1); in handler_cb() local
1935 if (slash3 == string::npos) in handler_cb()
1942 artifacttype = url_copy.substr(slash2+1, slash3-slash2-1); in handler_cb()
1943 suffix = url_copy.substr(slash3); // include the slash in the suffix in handler_cb()