Searched refs:Remount (Results 1 – 6 of 6) sorted by relevance
120 template <bool Remount>142 if (Remount) { in checked_truncate()175 Remount, enumerator184 if ((Test == Remount) && !test_info->can_be_mounted) { in TestTruncateLarge()217 ASSERT_TRUE(checked_truncate<Test == Remount>(filename, buf.get(), len)); in TestTruncateLarge()322 RUN_TEST_LARGE((TestTruncateLarge<1 << 20, 50, Remount>))325 RUN_TEST_LARGE((TestTruncateLarge<1 << 25, 50, Remount>))
42 bool Remount();
299 bool BlobfsTest::Remount() { in Remount() function in __anon05dd76930111::BlobfsTest814 ASSERT_TRUE(blobfsTest->Remount()); in TestCompressibleBlob()1266 ASSERT_TRUE(blobfsTest->Remount()); in UmountWithOpenFile()1292 ASSERT_TRUE(blobfsTest->Remount()); in UmountWithMappedFile()1316 ASSERT_TRUE(blobfsTest->Remount()); in UmountWithOpenMappedFile()1903 ASSERT_TRUE(blobfsTest->Remount()); in TestHugeBlobRandom()1944 ASSERT_TRUE(blobfsTest->Remount()); in TestHugeBlobCompressible()1994 ASSERT_TRUE(blobfsTest->Remount(), "Could not re-mount blobfs"); in CreateUmountRemountLarge()2273 ASSERT_TRUE(blobfsTest->Remount()); in TestReadOnly()2509 ASSERT_TRUE(blobfsTest.Remount()); in TestCreateFailure()[all …]
153 zx_status_t Remount() { in Remount() function
436 ASSERT_EQ(fixture.Remount(), ZX_OK); in RemountIsOk()
707 fixture->Remount(); in GetStatsTest()
Completed in 19 milliseconds