Searched defs:right_path (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc416 // Given |left_abspath|, find the absolute path for |right_path| and see if the
418 bool IsSameFile(const char* left_abspath, const string& right_path) { argument
420 if (!realpath(right_path.c_str(), right_abspath))

Completed in 4135 milliseconds