Searched refs:EqualDriveLetterCaseInsensitive (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_path.cc62 bool EqualDriveLetterCaseInsensitive(const StringType& a, function in namespace:base::__anon2248
196 return EqualDriveLetterCaseInsensitive(this->path_, that.path_);
204 return !EqualDriveLetterCaseInsensitive(this->path_, that.path_);

Completed in 177 milliseconds