Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp2279 uint64_t to_allocate = userdata_->free_space() + userdata_->bsize(); in TEST_P() local
2280 auto res = image_manager_->CreateBackingImage(kImageName, to_allocate, in TEST_P()
2282 ASSERT_FALSE(res) << "Should not be able to create image with size = " << to_allocate in TEST_P()