Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Dchannel_posix.cc40 const size_t kMaxBatchReadCapacity = 256 * 1024; variable
475 total_bytes_read < kMaxBatchReadCapacity && next_read_size > 0); in OnFileCanReadWithoutBlocking()