Home | History | Annotate | Download | only in ndk-depends

Lines Matching full:buffer_

290         fread(buffer_, size, 1, file_) == 1) {
291 return buffer_;
299 uint8_t buffer_[kMaxBytes];