Searched refs:kMaxReadWriteSize (Results 1 – 1 of 1) sorted by relevance
34 static const int32_t kMaxReadWriteSize = 32 * 1024 * 1024; // 32MB variable454 bytes_to_read = std::min(bytes_to_read, kMaxReadWriteSize); in ReadValidated()