Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod.cxx1833 const string& b_source0, in handle_buildid_f_match() argument
1842 int fd = open(b_source0.c_str(), O_RDONLY); in handle_buildid_f_match()
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()
1861 obatched(clog) << "mtime mismatch for " << b_source0 << endl; in handle_buildid_f_match()
1868 int scn_fd = extract_section (fd, s.st_mtime, b_source0, section, extract_begin); in handle_buildid_f_match()
1877 << " for " << b_source0 << endl; in handle_buildid_f_match()
1885 throw libc_exception (errno, string ("fstat ") + b_source0 in handle_buildid_f_match()
1895 obatched(clog) << "cannot create fd-response for " << b_source0 in handle_buildid_f_match()
1904 add_mhd_response_header (r, "X-DEBUGINFOD-FILE", b_source0.c_str()); in handle_buildid_f_match()
[all …]