Searched refs:file_path2 (Results 1 – 5 of 5) sorted by relevance
/external/v8/testing/gtest/test/ |
D | gtest-filepath_test.cc | 556 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local 558 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F() 559 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F() 560 CreateTextFile(file_path2.c_str()); in TEST_F() 561 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-filepath_test.cc | 574 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/googletest/googletest/test/ |
D | gtest-filepath_test.cc | 556 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local 558 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F() 559 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F() 560 CreateTextFile(file_path2.c_str()); in TEST_F() 561 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-filepath_test.cc | 590 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/ |
D | gtest-filepath_test.cc | 584 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()
|