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

Method pwrite

fs/xfile.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return pio("pread", _and_pread(), buf, count, offset);
62 }
63 virtual ssize_t pwrite(const void *buf, size_t count, off_t offset) override
64 {
65 return pio("pwrite", _and_pwrite(), (void*)buf, count, offset);
66 }
67 virtual int fsync() override
68 {
69 for (auto x: m_files)

Callers 3

OVERRIDE_ASYNCMethod · 0.45
filecopyFunction · 0.45
xmp_writeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected