Searched refs:remove_attribute (Results 1 – 6 of 6) sorted by relevance
/haiku/src/bin/ |
H A D | rmattr.cpp | 58 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 D | fs_attr_xattr.h | 50 remove_attribute(int fd, const char* path, const char* attribute) in remove_attribute() function
|
H A D | fs_attr_bsdxattr.h | 50 remove_attribute(int fd, const char* path, const char* attribute) in remove_attribute() function
|
H A D | fs_attr_extattr.h | 81 remove_attribute(int fd, const char* path, const char* attribute) in remove_attribute() function
|
H A D | fs_attr_untyped.cpp | 638 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 D | fs_attr_generic.cpp | 176 (void)remove_attribute; in get_id_attribute()
|