AsEndingWithSeparator  318 base/files/file_path.h   FilePath AsEndingWithSeparator() const WARN_UNUSED_RESULT;
AsEndingWithSeparator 1240 base/files/file_path_unittest.cc TEST_F(FilePathTest, AsEndingWithSeparator) {
AsEndingWithSeparator 1250 base/files/file_path_unittest.cc     EXPECT_EQ(expected.value(), input.AsEndingWithSeparator().value());
AsEndingWithSeparator  110 chrome/browser/chromeos/file_manager/zip_file_creator_browsertest.cc     if (entry->file_path() == kDir1.AsEndingWithSeparator()) {
AsEndingWithSeparator  353 chrome/browser/devtools/devtools_file_helper.cc   std::string path_display_name = path.AsEndingWithSeparator().AsUTF8Unsafe();
AsEndingWithSeparator   35 chrome/browser/platform_util_win.cc   base::FilePath dir = full_path.DirName().AsEndingWithSeparator();