| 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(); |