Home
last modified time | relevance | path

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

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