Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp532 static constexpr uint32_t MAX_MAP_SIZE = 512 * 1024 * 1024; in SendBuffer() local
539 size_t len = std::min(remaining, MAX_MAP_SIZE); in SendBuffer()