Searched refs:kAttributeNamespaceLen (Results 1 - 4 of 4) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h17 static const int kAttributeNamespaceLen = 11; variable
H A Dfs_attr_xattr.h17 static const int kAttributeNamespaceLen = 11; variable
H A Dfs_attr_extattr.h18 static const int kAttributeNamespaceLen = 6; variable
H A Dfs_attr_untyped.cpp100 if (strncmp(name, kAttributeNamespace, kAttributeNamespaceLen) != 0)
103 name += kAttributeNamespaceLen;

Completed in 61 milliseconds