Searched refs:set_attribute (Results 1 - 5 of 5) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h40 set_attribute(int fd, const char* path, const char* attribute, function
H A Dfs_attr_xattr.h40 set_attribute(int fd, const char* path, const char* attribute, function
H A Dfs_attr_extattr.h68 set_attribute(int fd, const char* path, const char* attribute, function
H A Dfs_attr_untyped.cpp555 result = set_attribute(-1, localFD.Path(), attribute.c_str(),
558 result = set_attribute(localFD.FD(), NULL, attribute.c_str(),
H A Dfs_attr_generic.cpp210 if (set_attribute(fd, path, attributeName.c_str(), id, strlen(id)) < 0)

Completed in 67 milliseconds