Home
last modified time | relevance | path

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

/system/core/fs_mgr/tools/
Ddmuserd.cpp18 #define BUFFER_BYTES 4096 macro
117 char buf[BUFFER_BYTES]; in not_splice()
118 __u64 max = count > BUFFER_BYTES ? BUFFER_BYTES : count; in not_splice()