Searched refs:RemoveExtension (Results 1 - 22 of 22) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/gtest/include/gtest/internal/
H A Dgtest-filepath.h135 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
138 FilePath RemoveExtension(const char* extension) const;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
/external/gtest/test/
H A Dgtest-filepath_test.cc626 TEST(FilePathTest, RemoveExtension) {
627 EXPECT_EQ("app", FilePath("app.cc").RemoveExtension("cc").string());
628 EXPECT_EQ("app", FilePath("app.exe").RemoveExtension("exe").string());
629 EXPECT_EQ("APP", FilePath("APP.EXE").RemoveExtension("exe").string());
633 EXPECT_EQ("app", FilePath("app").RemoveExtension("exe").string());
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-filepath_test.cc643 TEST(FilePathTest, RemoveExtension) {
644 EXPECT_STREQ("app", FilePath("app.exe").RemoveExtension("exe").c_str());
645 EXPECT_STREQ("APP", FilePath("APP.EXE").RemoveExtension("exe").c_str());
649 EXPECT_STREQ("app", FilePath("app").RemoveExtension("exe").c_str());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc637 TEST(FilePathTest, RemoveExtension) {
638 EXPECT_STREQ("app", FilePath("app.exe").RemoveExtension("exe").c_str());
639 EXPECT_STREQ("APP", FilePath("APP.EXE").RemoveExtension("exe").c_str());
643 EXPECT_STREQ("app", FilePath("app").RemoveExtension("exe").c_str());
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
H A Dgtest.cc375 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/gtest/src/
H A Dgtest-filepath.cc116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
H A Dgtest.cc381 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
H A Dgtest.cc374 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const { function in class:testing::internal::FilePath
H A Dgtest.cc363 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1865 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
7948 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
7951 FilePath FilePath::RemoveExtension(const char* extension) const {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1703 result.Set(FilePath(g_executable_path).RemoveExtension("exe"));
7323 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
7326 FilePath FilePath::RemoveExtension(const char* extension) const {
H A Dgtest.h3060 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
3063 FilePath RemoveExtension(const char* extension) const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3622 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
3625 FilePath RemoveExtension(const char* extension) const;

Completed in 1817 milliseconds