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

Method removexattr

fs/extfs/extfs.cpp:1421–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1419 DO_EXT2FS(do_ext2fs_setxattr(fs, path, name, value, size, flags, 0));
1420 }
1421 int removexattr(const char *path, const char *name) override {
1422 DO_EXT2FS(do_ext2fs_removexattr(fs, path, name, 1));
1423 }
1424 int lremovexattr(const char *path, const char *name) override {
1425 DO_EXT2FS(do_ext2fs_removexattr(fs, path, name, 0));
1426 }

Callers 1

removexattrFunction · 0.45

Calls 1

do_ext2fs_removexattrFunction · 0.85

Tested by 1

removexattrFunction · 0.36