Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx960 const string& b_source0, in handle_buildid_f_match() argument
964 int fd = open(b_source0.c_str(), O_RDONLY); in handle_buildid_f_match()
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()
983 obatched(clog) << "mtime mismatch for " << b_source0 << endl; in handle_buildid_f_match()
993 obatched(clog) << "cannot create fd-response for " << b_source0 << endl; in handle_buildid_f_match()
1001 obatched(clog) << "serving file " << b_source0 << endl; in handle_buildid_f_match()
1349 const string& b_source0, in handle_buildid_r_match() argument
1354 int rc = stat (b_source0.c_str(), &fs); in handle_buildid_r_match()
1356 throw libc_exception (errno, string("stat ") + b_source0); in handle_buildid_r_match()
[all …]