Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx1586 const string& artifacttype /* unsafe */, in handle_buildid() argument
1592 if (artifacttype == "debuginfo") atype_code = "D"; in handle_buildid()
1593 else if (artifacttype == "executable") atype_code = "E"; in handle_buildid()
1594 else if (artifacttype == "source") atype_code = "S"; in handle_buildid()
1607 obatched(clog) << "searching for buildid=" << buildid << " artifacttype=" << artifacttype in handle_buildid()
1714 if (artifacttype == "debuginfo") in handle_buildid()
1718 else if (artifacttype == "executable") in handle_buildid()
1722 else if (artifacttype == "source") in handle_buildid()
1934 string artifacttype, suffix; in handler_cb() local
1937 artifacttype = url_copy.substr(slash2+1); in handler_cb()
[all …]