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

/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h30 get_attribute(int fd, const char* path, const char* attribute, void* buffer, function
H A Dfs_attr_xattr.h30 get_attribute(int fd, const char* path, const char* attribute, void* buffer, function
H A Dfs_attr_extattr.h55 get_attribute(int fd, const char* path, const char* attribute, void* buffer, function
H A Dfs_attr_untyped.cpp478 bytesRead = get_attribute(-1, localFD.Path(), attribute.c_str(),
481 bytesRead = get_attribute(localFD.FD(), NULL, attribute.c_str(),
635 bytesRead = get_attribute(-1, localFD.Path(), attribute.c_str(),
638 bytesRead = get_attribute(localFD.FD(), NULL, attribute.c_str(),
H A Dfs_attr_generic.cpp182 ssize_t bytesRead = get_attribute(fd, path, attributeName.c_str(), buffer,

Completed in 22 milliseconds