Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Drmattr.cpp58 remove_attribute(int fd, const char* attribute, bool isPattern) in remove_attribute() function
123 if (remove_attribute(fd, argv[0], isPattern) != B_OK) { in main()
/haiku/src/build/libroot/
H A Dfs_attr_xattr.h50 remove_attribute(int fd, const char* path, const char* attribute) in remove_attribute() function
H A Dfs_attr_bsdxattr.h50 remove_attribute(int fd, const char* path, const char* attribute) in remove_attribute() function
H A Dfs_attr_extattr.h81 remove_attribute(int fd, const char* path, const char* attribute) in remove_attribute() function
H A Dfs_attr_untyped.cpp638 result = remove_attribute(-1, localFD.Path(), attribute.c_str()); in fs_remove_attr()
640 result = remove_attribute(localFD.FD(), NULL, attribute.c_str()); in fs_remove_attr()
H A Dfs_attr_generic.cpp176 (void)remove_attribute; in get_id_attribute()