Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx744 struct libc_exception: public reportable_exception struct
746 libc_exception(int rc, const string& msg): in libc_exception() argument
1782 throw libc_exception (ENOMEM, "cannot allocate tmppath"); in extract_section()
1786 throw libc_exception (errno, "cannot create temporary file"); in extract_section()
1792 throw libc_exception (errno, "cannot write to temporary file"); in extract_section()
1800 throw libc_exception (errno, "cannot fstat file"); in extract_section()
1844 throw libc_exception (errno, string("open ") + b_source0); in handle_buildid_f_match()
1855 throw libc_exception (errno, string("fstat ") + b_source0); in handle_buildid_f_match()
1885 throw libc_exception (errno, string ("fstat ") + b_source0 in handle_buildid_f_match()
1949 throw libc_exception (errno, string("stat ") + b_source0); in handle_buildid_r_match()
[all …]