Searched refs:right_abspath (Results 1 – 1 of 1) sorted by relevance
419 char right_abspath[PATH_MAX]; in IsSameFile() local420 if (!realpath(right_path.c_str(), right_abspath)) in IsSameFile()422 return strcmp(left_abspath, right_abspath) == 0; in IsSameFile()