Searched refs:file_path2 (Results 1 – 1 of 1) sorted by relevance
550 FilePath file_path2(FilePath::GenerateUniqueFileName( in TEST_F() local552 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()553 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()554 CreateTextFile(file_path2.c_str()); in TEST_F()555 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()