Searched refs:RegularFileExists (Results 1 – 1 of 1) sorted by relevance
469 bool RegularFileExists(const std::string& path) { in RegularFileExists() function650 EXPECT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()724 EXPECT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()731 EXPECT_FALSE(RegularFileExists(installer1.test_installed_file)); in TEST_F()732 EXPECT_TRUE(RegularFileExists(installer2.test_installed_file)); in TEST_F()733 EXPECT_TRUE(RegularFileExists(installer3.test_installed_file)); in TEST_F()744 ASSERT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()747 ASSERT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()789 EXPECT_TRUE(RegularFileExists(installer.test_installed_file)); in TEST_F()790 EXPECT_TRUE(RegularFileExists(installer2.test_installed_file)); in TEST_F()[all …]