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

Method fsetxattr

fs/cache/cached_fs.cpp:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 }
352
353 int fsetxattr(const char *name, const void *value, size_t size, int flags) override {
354 get_source_filexattr();
355 return source_filexattr_ ? source_filexattr_->fsetxattr(name, value, size, flags) : -1;
356 }
357
358 int fremovexattr(const char *name) override {
359 get_source_filexattr();

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36