Home
last modified time | relevance | path

Searched defs:RemoveExtension (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-filepath.cc130 FilePath FilePath::RemoveExtension(const char* extension) const { in RemoveExtension() function in testing::internal::FilePath
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc602 TEST(FilePathTest, RemoveExtension) { in TEST() argument