Home
last modified time | relevance | path

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

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