Home
last modified time | relevance | path

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

/external/elfutils/debuginfod/
Ddebuginfod.cxx1350 const string& b_source1, in handle_buildid_r_match() argument
1366 int fd = fdcache.lookup(b_source0, b_source1); in handle_buildid_r_match()
1375 fdcache.clear(b_source0, b_source1); in handle_buildid_r_match()
1393 obatched(clog) << "serving fdcache archive " << b_source0 << " file " << b_source1 << endl; in handle_buildid_r_match()
1469 if ((r == 0) && (fn != b_source1)) // stage 1 in handle_buildid_r_match()
1516 fdcache.intern(b_source0, b_source1, in handle_buildid_r_match()
1534 obatched(clog) << "serving archive " << b_source0 << " file " << b_source1 << endl; in handle_buildid_r_match()
1552 const string& b_source1, in handle_buildid_match() argument
1560 return handle_buildid_r_match(internal_req_p, b_mtime, b_source0, b_source1, result_fd); in handle_buildid_match()
1661 string b_source1 = string((const char*) sqlite3_column_text (*pp, 3) ?: ""); /* may be NULL */ in handle_buildid() local
[all …]