Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc449 string debuglink_path; in ReadDebugLink() local
453 debuglink_path = debug_dir + "/" + debuglink; in ReadDebugLink()
458 if (IsSameFile(obj_file_abspath, debuglink_path)) in ReadDebugLink()
462 int debuglink_fd = open(debuglink_path.c_str(), O_RDONLY); in ReadDebugLink()
482 debuglink_path.c_str()); in ReadDebugLink()
491 debuglink_path.c_str()); in ReadDebugLink()
496 return debuglink_path; in ReadDebugLink()