Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp477 bool RegularFileExists(const std::string& path) { in RegularFileExists() function
658 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 …]