Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx595 struct libc_exception: public reportable_exception struct
597 libc_exception(int rc, const string& msg): in libc_exception() function
966 throw libc_exception (errno, string("open ") + b_source0); in handle_buildid_f_match()
977 throw libc_exception (errno, string("fstat ") + b_source0); in handle_buildid_f_match()
1356 throw libc_exception (errno, string("stat ") + b_source0); in handle_buildid_r_match()
1418 throw libc_exception (errno, string("popen ") + popen_cmd); in handle_buildid_r_match()
1425 throw libc_exception (errno, string("fopen ") + b_source0); in handle_buildid_r_match()
1479 throw libc_exception (ENOMEM, "cannot allocate tmppath"); in handle_buildid_r_match()
1483 throw libc_exception (errno, "cannot create temporary file"); in handle_buildid_r_match()
1760 throw libc_exception(-fd, "upstream debuginfod query failed"); in handle_buildid()
[all …]