Searched refs:check_remount (Results 1 – 9 of 9) sorted by relevance
| /system/utest/fs/ |
| A D | test-persist.cpp | 57 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestPersistSimple() 68 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestPersistSimple() 91 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestPersistRapidRemount() 130 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestPersistWithData() 152 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestPersistWithData() 159 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestPersistWithData() 217 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestRenameLoop() 240 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestRenameLoop()
|
| A D | misc.h | 36 bool check_remount(void);
|
| A D | test-resize.cpp | 54 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestUseAllInodes() 114 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestUseAllData()
|
| A D | misc.c | 74 bool check_remount(void) { in check_remount() function
|
| A D | test-maxfile.cpp | 104 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in test_maxfile() 200 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in TestZippedMaxfiles()
|
| A D | test-minfs.cpp | 316 ASSERT_TRUE(check_remount()); in TestFullOperations() 381 ASSERT_TRUE(check_remount()); in TestFullOperations() 425 ASSERT_TRUE(check_remount()); in TestFullOperations() 499 ASSERT_TRUE(check_remount()); in TestUnlinkFail()
|
| A D | test-threading.cpp | 241 ASSERT_TRUE(check_remount()); in TestLinkExclusive()
|
| A D | test-truncate.cpp | 144 ASSERT_TRUE(check_remount(), "Could not remount filesystem"); in checked_truncate()
|
| A D | test-directory.cpp | 202 ASSERT_TRUE(check_remount()); in TestDirectoryCoalesceLargeRecord()
|
Completed in 12 milliseconds