Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot_driver.cpp468 static constexpr uint32_t MAX_MAP_SIZE = 512 * 1024 * 1024; in SendBuffer() local
475 size_t len = std::min(remaining, MAX_MAP_SIZE); in SendBuffer()