Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc725 string debuglink_path; in ReadDebugLink() local
729 debuglink_path = debug_dir + "/" + in ReadDebugLink()
735 if (IsSameFile(obj_file_abspath, debuglink_path)) in ReadDebugLink()
739 int debuglink_fd = open(debuglink_path.c_str(), O_RDONLY); in ReadDebugLink()
759 debuglink_path.c_str()); in ReadDebugLink()
768 debuglink_path.c_str()); in ReadDebugLink()
773 return debuglink_path; in ReadDebugLink()