Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc442 char obj_file_abspath[PATH_MAX]; in ReadDebugLink() local
443 if (!realpath(obj_file.c_str(), obj_file_abspath)) { in ReadDebugLink()
458 if (IsSameFile(obj_file_abspath, debuglink_path)) in ReadDebugLink()