MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / pwritev_mutable

Method pwritev_mutable

fs/aligned-file.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 return this->pwritev_mutable(iovec.iovec(), iovec.iovcnt(), offset);
184 }
185 virtual ssize_t pwritev_mutable(struct iovec *iov, int iovcnt, off_t offset) override {
186 return this->pwritev2_mutable(iov, iovcnt, offset, 0);
187 }
188 virtual ssize_t pwritev2(const struct iovec *iov, int iovcnt, off_t offset, int flags) override {
189 IOVector iovec(iov, iovcnt);
190 return this->pwritev2_mutable(iovec.iovec(), iovec.iovcnt(), offset, flags);

Callers 1

pwritevMethod · 0.95

Calls 1

pwritev2_mutableMethod · 0.95

Tested by

no test coverage detected