Searched refs:RegularFileExists (Results 1 – 1 of 1) sorted by relevance
477 bool RegularFileExists(const std::string& path) { in RegularFileExists() function658 EXPECT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()732 EXPECT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()739 EXPECT_FALSE(RegularFileExists(installer1.test_installed_file)); in TEST_F()740 EXPECT_TRUE(RegularFileExists(installer2.test_installed_file)); in TEST_F()741 EXPECT_TRUE(RegularFileExists(installer3.test_installed_file)); in TEST_F()752 ASSERT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()755 ASSERT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()797 EXPECT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()798 EXPECT_TRUE(RegularFileExists(installer2.test_installed_file)); in TEST_F()[all …]