HomeSort by relevance Sort by last modified time
    Searched refs:RemoveExtension (Results 1 - 25 of 41) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-filepath.h 139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
  /external/gtest/include/gtest/internal/
gtest-filepath.h 135 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
138 FilePath RemoveExtension(const char* extension) const;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-filepath.h 139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-filepath.h 139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
  /external/protobuf/gtest/include/gtest/internal/
gtest-filepath.h 139 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
142 FilePath RemoveExtension(const char* extension) const;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-filepath.h 135 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
138 FilePath RemoveExtension(const char* extension) const;
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-filepath.h 135 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
138 FilePath RemoveExtension(const char* extension) const;
  /external/gtest/test/
gtest-filepath_test.cc 626 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/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 626 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());
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 626 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/
gtest-filepath_test.cc 643 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/libchrome/base/files/
file_path.h 250 // new_path = path.RemoveExtension().value().append(path.Extension());
268 FilePath RemoveExtension() const WARN_UNUSED_RESULT;
270 // Removes the path's file extension, as in RemoveExtension(), but
file_path_unittest.cc 715 FilePath base = jpg.BaseName().RemoveExtension();
719 EXPECT_EQ(path_no_ext.value(), jpg.RemoveExtension().value());
721 EXPECT_EQ(path_no_ext.value(), path_no_ext.RemoveExtension().value());
    [all...]
file_path.cc 384 FilePath FilePath::RemoveExtension() const {
414 StringType ret = RemoveExtension().value();
452 FilePath no_ext = RemoveExtension();
    [all...]
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 637 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/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/gtest/src/
gtest-filepath.cc 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/llvm/utils/unittest/googletest/src/
gtest-filepath.cc 113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/mesa3d/src/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/protobuf/gtest/src/
gtest-filepath.cc 115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
118 FilePath FilePath::RemoveExtension(const char* extension) const {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-filepath.cc 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath FilePath::RemoveExtension(const char* extension) const {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
119 FilePath FilePath::RemoveExtension(const char* extension) const {
  /system/update_engine/
p2p_manager.cc 625 FilePath new_path = path.RemoveExtension();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]

Completed in 5359 milliseconds

1 2