Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexservice_test.cpp404 bool RegularFileExists(const std::string& path) { in RegularFileExists() function
443 ASSERT_TRUE(RegularFileExists(path)); in CreateFileWithExpectedProperties()
453 EXPECT_TRUE(RegularFileExists(path)); in ExpectFileWithExpectedProperties()
607 ASSERT_TRUE(RegularFileExists( in TEST_F()
616 EXPECT_FALSE(RegularFileExists( in TEST_F()
629 RegularFileExists("/data/misc/apexrollback/123456/my.apex/hello.txt")); in TEST_F()
633 RegularFileExists("/data/misc/apexrollback/123456/my.apex/hello.txt")); in TEST_F()
637 RegularFileExists("/data/misc/apexrollback/123456/my.apex/hello.txt")); in TEST_F()
646 ASSERT_TRUE(RegularFileExists( in TEST_F()
650 ASSERT_TRUE(RegularFileExists( in TEST_F()
[all …]