Searched refs:b_mtime (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/debuginfod/ |
D | debuginfod.cxx | 959 int64_t b_mtime, in handle_buildid_f_match() argument 980 if ((int64_t) s.st_mtime != b_mtime) in handle_buildid_f_match() 1348 int64_t b_mtime, in handle_buildid_r_match() argument 1358 if ((int64_t) fs.st_mtime != b_mtime) in handle_buildid_r_match() 1549 int64_t b_mtime, in handle_buildid_match() argument 1558 return handle_buildid_f_match(internal_req_p, b_mtime, b_source0, result_fd); in handle_buildid_match() 1560 return handle_buildid_r_match(internal_req_p, b_mtime, b_source0, b_source1, result_fd); in handle_buildid_match() 1658 int64_t b_mtime = sqlite3_column_int64 (*pp, 0); in handle_buildid() local 1664 obatched(clog) << "found mtime=" << b_mtime << " stype=" << b_stype in handle_buildid() 1670 b_mtime, b_stype, b_source0, b_source1, result_fd); in handle_buildid()
|