Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Ddump_symbols.cc418 bool IsSameFile(const char* left_abspath, const string& right_path) { in IsSameFile() argument
422 return strcmp(left_abspath, right_abspath) == 0; in IsSameFile()