CompareIgnoreCase 389 base/files/file_path.h static int CompareIgnoreCase(const StringType& string1, CompareIgnoreCase 393 base/files/file_path.h return CompareIgnoreCase(string1, string2) == 0; CompareIgnoreCase 397 base/files/file_path.h return CompareIgnoreCase(string1, string2) < 0; CompareIgnoreCase 1013 base/files/file_path_unittest.cc TEST_F(FilePathTest, CompareIgnoreCase) { CompareIgnoreCase 1084 base/files/file_path_unittest.cc int result = FilePath::CompareIgnoreCase(s1, s2);