Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc545 FilePath file_path2(FilePath::GenerateUniqueFileName(testdata_path_, in TEST_F() local
547 EXPECT_EQ(unique_file1_.string(), file_path2.string()); in TEST_F()
548 EXPECT_FALSE(file_path2.FileOrDirectoryExists()); // file not there in TEST_F()
549 CreateTextFile(file_path2.c_str()); in TEST_F()
550 EXPECT_TRUE(file_path2.FileOrDirectoryExists()); in TEST_F()