Searched refs:EndsWithSeparator (Results 1 – 5 of 5) sorted by relevance
21 bool PathService::EndsWithSeparator(const std::string& path) { in EndsWithSeparator() function in PathService58 if (EndsWithSeparator(*path)) in GetExecutableDir()72 if (!EndsWithSeparator(*path)) in GetSourceDir()89 if (!EndsWithSeparator(*path)) in GetTestDataDir()103 if (!EndsWithSeparator(*path)) in GetTestFilePath()
20 static bool EndsWithSeparator(const std::string& path);
331 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
538 bool FilePath::EndsWithSeparator() const { in EndsWithSeparator() function in base::FilePath545 if (EndsWithSeparator() || path_.empty()) in AsEndingWithSeparator()
1235 TEST_F(FilePathTest, EndsWithSeparator) { in TEST_F() argument1245 EXPECT_EQ(cases[i].expected, input.EndsWithSeparator()); in TEST_F()