Home
last modified time | relevance | path

Searched refs:file_path2 (Results 1 – 4 of 4) sorted by relevance

/external/gtest/test/
Dgtest-filepath_test.cc574 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
576 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
577 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
578 CreateTextFile(file_path2.c_str()); in TEST_F()
579 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-filepath_test.cc574 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
576 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
577 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
578 CreateTextFile(file_path2.c_str()); in TEST_F()
579 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-filepath_test.cc590 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
592 EXPECT_STREQ(unique_file1_.c_str(), file_path2.c_str()); in TEST_F()
593 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
594 CreateTextFile(file_path2.c_str()); in TEST_F()
595 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
/external/protobuf/gtest/test/
Dgtest-filepath_test.cc584 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
586 EXPECT_STREQ(unique_file1_.c_str(), file_path2.c_str()); in TEST_F()
587 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
588 CreateTextFile(file_path2.c_str()); in TEST_F()
589 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()