Home
last modified time | relevance | path

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

/system/core/libappfuse/include/libappfuse/
DFuseBuffer.h46 bool WriteWithBody(int fd, size_t max_size, const void* data) const;
/system/core/libappfuse/
DFuseBuffer.cc179 bool FuseMessage<T>::WriteWithBody(int fd, size_t max_size, const void* data) const { in WriteWithBody() function in android::fuse::FuseMessage
DFuseAppLoop.cc196 return response.WriteWithBody(fd_, sizeof(FuseResponse), data); in ReplyRead()