Searched refs:remove_attribute (Results 1 - 6 of 6) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h50 remove_attribute(int fd, const char* path, const char* attribute) function
H A Dfs_attr_xattr.h50 remove_attribute(int fd, const char* path, const char* attribute) function
H A Dfs_attr_extattr.h81 remove_attribute(int fd, const char* path, const char* attribute) function
H A Dfs_attr_untyped.cpp597 result = remove_attribute(-1, localFD.Path(), attribute.c_str());
599 result = remove_attribute(localFD.FD(), NULL, attribute.c_str());
H A Dfs_attr_generic.cpp173 // list_attributes() and remove_attribute() are unused here -- prevent the
176 (void)remove_attribute;
/haiku/src/bin/
H A Drmattr.cpp58 remove_attribute(int fd, const char* attribute, bool isPattern) function
123 if (remove_attribute(fd, argv[0], isPattern) != B_OK) {

Completed in 41 milliseconds