Searched refs:file_path2 (Results 1 – 4 of 4) sorted by relevance
574 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local576 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()
590 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local592 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()
584 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local586 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()