Home
last modified time | relevance | path

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

/system/core/libsparse/
Doutput_file.cpp61 static constexpr size_t kMaxMmapSize = 256 * 1024 * 1024; variable
329 size_t mmap_size = std::min(static_cast<uint64_t>(kMaxMmapSize), len - bytes_written); in write_fd_chunk_range()