Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1368 fuse_bufvec& bufvec = *bufvec_ptr; in do_read_with_redaction() local
1371 bufvec.count = num_bufs; in do_read_with_redaction()
1372 bufvec.idx = 0; in do_read_with_redaction()
1373 bufvec.off = 0; in do_read_with_redaction()
1378 create_mem_fuse_buf(range.size, &(bufvec.buf[i]), get_fuse(req)); in do_read_with_redaction()
1380 create_file_fuse_buf(range.size, range.start, h->fd, &(bufvec.buf[i])); in do_read_with_redaction()
1384 fuse_reply_data(req, &bufvec, static_cast<fuse_buf_copy_flags>(0)); in do_read_with_redaction()