Searched refs:EndsWithSeparator (Results 1 – 6 of 6) sorted by relevance
56 bool PathService::EndsWithSeparator(const std::string& path) { in EndsWithSeparator() function in PathService93 if (EndsWithSeparator(*path)) in GetExecutableDir()107 if (!EndsWithSeparator(*path)) in GetSourceDir()124 if (!EndsWithSeparator(*path)) in GetTestDataDir()158 if (!EndsWithSeparator(*path)) in GetTestFilePath()
23 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()
180 if (path.EndsWithSeparator()) { in Init()