Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1112 fuse_bufvec& bufvec = *bufvec_ptr; in do_read_with_redaction() local
1115 bufvec.count = num_bufs; in do_read_with_redaction()
1116 bufvec.idx = 0; in do_read_with_redaction()
1117 bufvec.off = 0; in do_read_with_redaction()
1133 create_mem_fuse_buf(/*size*/ end - start + 1, &(bufvec.buf[i]), get_fuse(req)); in do_read_with_redaction()
1141 create_file_fuse_buf(/*size*/ end - start + 1, start, h->fd, &(bufvec.buf[i])); in do_read_with_redaction()
1146 fuse_reply_data(req, &bufvec, static_cast<fuse_buf_copy_flags>(0)); in do_read_with_redaction()