Lines Matching refs:libc_exception

744 struct libc_exception: public reportable_exception  struct
746 libc_exception(int rc, const string& msg): in libc_exception() function
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()
1993 throw libc_exception (errno, in handle_buildid_r_match()
2045 throw libc_exception (errno, string("popen ") + popen_cmd); in handle_buildid_r_match()
2052 throw libc_exception (errno, string("fopen ") + b_source0); in handle_buildid_r_match()
2110 throw libc_exception (ENOMEM, "cannot allocate tmppath"); in handle_buildid_r_match()
2114 throw libc_exception (errno, "cannot create temporary file"); in handle_buildid_r_match()
2179 throw libc_exception (errno, in handle_buildid_r_match()
2446 throw libc_exception(errno, "debuginfod client pool alloc"); in handle_buildid()
2574 throw libc_exception(-fd, "upstream debuginfod query failed"); in handle_buildid()
3309 throw libc_exception(errno, string("open ") + rps); in scan_source_file()
3452 throw libc_exception (errno, string("popen ") + popen_cmd); in archive_classify()
3459 throw libc_exception (errno, string("fopen ") + rps); in archive_classify()
3511 throw libc_exception (ENOMEM, "cannot allocate tmppath"); in archive_classify()
3515 throw libc_exception (errno, "cannot create temporary file"); in archive_classify()
3915 throw libc_exception(errno, "cannot fts_open"); in scan_source_paths()
3977 auto x = libc_exception(f->fts_errno, string("fts traversal ") + string(f->fts_path)); in scan_source_paths()