EndsWithSeparator  543 base/files/file_path.cc   if (EndsWithSeparator() || path_.empty())
EndsWithSeparator  314 base/files/file_path.h   bool EndsWithSeparator() const WARN_UNUSED_RESULT;
EndsWithSeparator 1226 base/files/file_path_unittest.cc TEST_F(FilePathTest, EndsWithSeparator) {
EndsWithSeparator 1236 base/files/file_path_unittest.cc     EXPECT_EQ(cases[i].expected, input.EndsWithSeparator());
EndsWithSeparator  129 base/test/launcher/test_results_tracker.cc     if (path.EndsWithSeparator()) {
EndsWithSeparator  437 content/browser/download/save_package.cc   if (!dir_path.EndsWithSeparator())
EndsWithSeparator 1222 net/base/net_util.cc   if (path.empty() || path.IsAbsolute() || path.EndsWithSeparator())
EndsWithSeparator   42 net/url_request/file_protocol_handler.cc       file_path.EndsWithSeparator() &&
EndsWithSeparator   90 ui/shell_dialogs/select_file_dialog_win.cc       file_info.is_directory : path.EndsWithSeparator();