Home
last modified time | relevance | path

Searched refs:fuse_buf_copy (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dlibfuse_mock.cpp51 ssize_t fuse_buf_copy(struct fuse_bufvec *dst, struct fuse_bufvec *src, enum fuse_buf_copy_flags flags) in fuse_buf_copy() function
53 return Assistant::ins->fuse_buf_copy(dst, src, flags); in fuse_buf_copy()
H A Dassistant.h35 virtual ssize_t fuse_buf_copy(struct fuse_bufvec *, struct fuse_bufvec *, enum fuse_buf_copy_flags) = 0;
65 MOCK_METHOD3(fuse_buf_copy, ssize_t(struct fuse_bufvec *, struct fuse_bufvec *, enum fuse_buf_copy_flags));
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_cloud_test.cpp2052 EXPECT_CALL(*insMock, fuse_buf_copy(_, _, _)).WillOnce(Return(-1)); in HWTEST_F()
2083 EXPECT_CALL(*insMock, fuse_buf_copy(_, _, _)).WillOnce(Return(1)); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp1383 int res = fuse_buf_copy(&out_buf, bufv, (fuse_buf_copy_flags)(0)); in WriteBuf()

Completed in 7 milliseconds