Home
last modified time | relevance | path

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

/system/utest/fs-vnode/
A Dpseudo-dir-tests.cpp25 bool ExpectEntry(const char* name, uint32_t vtype) { in ExpectEntry() function in __anone8c4eee10111::DirentChecker
97 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestPseudoDir()
98 EXPECT_TRUE(dc.ExpectEntry("subdir", V_TYPE_DIR)); in TestPseudoDir()
99 EXPECT_TRUE(dc.ExpectEntry("file1", V_TYPE_FILE)); in TestPseudoDir()
100 EXPECT_TRUE(dc.ExpectEntry("file2b", V_TYPE_FILE)); in TestPseudoDir()
111 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestPseudoDir()
112 EXPECT_TRUE(dc.ExpectEntry("subdir", V_TYPE_DIR)); in TestPseudoDir()
118 EXPECT_TRUE(dc1.ExpectEntry("file1", V_TYPE_FILE)); in TestPseudoDir()
131 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestPseudoDir()
132 EXPECT_TRUE(dc.ExpectEntry("subdir", V_TYPE_DIR)); in TestPseudoDir()
[all …]
A Dlazy-dir-tests.cpp27 bool ExpectEntry(const char* name, uint32_t vtype) { in ExpectEntry() function in __anon832649f10111::DirentChecker
94 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestLazyDir()
106 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestLazyDir()
107 EXPECT_TRUE(dc.ExpectEntry("test", V_TYPE_FILE)); in TestLazyDir()
126 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestLazyDir()
127 EXPECT_TRUE(dc.ExpectEntry("test", V_TYPE_FILE)); in TestLazyDir()
128 EXPECT_TRUE(dc.ExpectEntry("aaaa", V_TYPE_FILE)); in TestLazyDir()
146 EXPECT_TRUE(dc.ExpectEntry(".", V_TYPE_DIR)); in TestLazyDir()
147 EXPECT_TRUE(dc.ExpectEntry("aaaa", V_TYPE_FILE)); in TestLazyDir()

Completed in 8 milliseconds