Searched defs:EndsWithSeparator (Results 1 – 3 of 3) sorted by relevance
19 bool PathService::EndsWithSeparator(const std::string& path) { in EndsWithSeparator() function in PathService
537 bool FilePath::EndsWithSeparator() const { in EndsWithSeparator() function in base::FilePath
1233 TEST_F(FilePathTest, EndsWithSeparator) { in TEST_F() argument