Home
last modified time | relevance | path

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

/system/gsid/
Dpartition_installer.cpp345 static constexpr uint64_t kEraseSize = 1024 * 1024; in WipeWritable() local
348 uint64_t erase_size = std::min(kEraseSize, get_block_device_size(device->fd())); in WipeWritable()